[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trouble with the textbook.



  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');}}