Try these:

   j./2#,:i.10
0 1j1 2j2 3j3 4j4 5j5 6j6 7j7 8j8 9j9
   j./~>:i.3
1j1 1j2 1j3
2j1 2j2 2j3
3j1 3j2 3j3


On Wed, Mar 17, 2010 at 6:25 PM, Ian Gorse <[email protected]> wrote:

> I have just been experimenting with complex numbers as I only just
> learn't how to do some basic arithmetic on imaginary numbers.
>
> I wish to perform some calculations on a list of complex numbers like
>  2j2 * 1j1 1j2 1j3 1j4 1j5 1j6 1j7 1j8 1j9 1j10 ...
>
> Is there a function in J that will return a list of complex numbers,
> similar to how i.y works?
>
> Having to type 1j1 1j2 1j3 ... each time is becoming laborious. (I
> actually wish to plot large list of complex number to see the results)
>
> Thanks
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to