I suppose it is 1,^o.0j0.25 Here ^ cannot find a suitable left argument so that it behaves as monadic.
Just curious, from what document(s) did you learn J? Pascal Heus wrote:
Hi: Just getting started with J and am trying to create a 2 by 2 matrix with one cell containing the value ^o.0j0.25 (which is the constant value exp^ i pi/4) On it's own ^o.0j0.25 correctly evaluate as 0.707107j0.707107 but when I try to insert it in a table with other numbers like in '1 ^o.0j0.25' I get the wrong results. I suppose it gets interpreted a the diad ^ power instead of the mode ^ exponential.. How can I get '1 ^o.0j0.25' to return '1 0.707107j0.707107' instead of '1' thanks Pascal
-- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
