Try looking at the shape of the results and see the pattern there. Henry Rich
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Harms > Sent: Sunday, July 01, 2007 6:10 PM > To: [email protected] > Subject: [Jprogramming] +\ > > Perhaps some well-informed commentary could spark some > comprehension for me as to why the following > applications of infix (\) have the results they do: > > 0 ]\ 9 7 6 > > > > > $0 ]\ 9 7 6 > 4 0 > 1 ]\ 9 7 6 > 9 > 7 > 6 > $1 ]\ 9 7 6 > 3 1 > 2 ]\ 9 7 6 > 9 7 > 7 6 > $2 ]\ 9 7 6 > 2 2 > 3 ]\ 9 7 6 > 9 7 6 > $3 ]\ 9 7 6 > 1 3 > 4 ]\ 9 7 6 > $4 ]\ 9 7 6 > 0 4 > $5 ]\ 9 7 6 > 0 5 > > Sorry to say, I'm at a loss as to the relationship > between input and output, for these. I see a > geometric pattern across x values 1 through 3, but I > can't generalize it. > > (Both conjugate (+) and same (]) operate identically > for noncomplex values; I've written these examples > using same.) > > > > ______________________________________________________________ > ______________________ > Sucker-punch spam with award-winning protection. > Try the free Yahoo! Mail Beta. > http://advision.webevents.yahoo.com/mailbeta/features_spam.html > ---------------------------------------------------------------------- > For information about J forums see > http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
