From - Tue Jul 23 10:37:58 1996 Received: from VMS.DC.LSOFT.COM (vms.dc.lsoft.com [206.241.12.2]) by locke.ccil.org (8.6.9/8.6.10) with ESMTP id SAA07535 for ; Mon, 22 Jul 1996 18:55:11 -0400 Message-Id: <199607222255.SAA07535@locke.ccil.org> Received: from PEACH.EASE.LSOFT.COM (206.241.12.4) by VMS.DC.LSOFT.COM (LSMTP for OpenVMS v1.1a) with SMTP id <12.710C081C@VMS.DC.LSOFT.COM>; Mon, 22 Jul 1996 17:34:04 -0500 Date: Mon, 22 Jul 1996 15:11:12 -0700 Reply-To: David A Johnston Sender: Lojban list X-UIDL: 838076589.000 From: David A Johnston Subject: trouble with the textbook. X-To: Lojban Mailing list To: John Cowan Status: U X-Mozilla-Status: 0001 Content-Length: 944 I'm working on chapter one of the text book, section 1.4. I'm getting confused by the use of the word "darxi". It looks like the author is using it as "x1 hits x2 in the x3, using x4", whereas the description for dirxa says "x1 hits/strikes/[beats] x2 with instrument [or body-part] x3 at locus x4". I take the description to mean "x1 hits x2 with x3 in the x4." specifically, I'm referring to exercise 1-4, problem 3: "le sanli ku cu darxi le zutseku le stedu ku le plise ku" which I translate as "The stander hits the sitter in the apple with his head" Am I misinterpereting the definition of darxi? -marvin /*-------------------------------------------------------*/ a(m,W)float m,W;{int e=1;float p,Q,n;p=m;Q=W;while(e++<126) {n=p;p=p*p-Q*Q+m;Q=2*n*Q+W;if((p*p+Q*Q)>=4)return e;}return 0;}main(){float _,E=1.5;while((E-=0.130434783)>-1.5){for(_= (-2);_<1;_+=0.037974684)putchar(a(_,E)+32);putchar('\n');}}