yes I guess they're overly larger
The  size of the result  should be 50 x (2 x 1090*1376)
normal right?
maybe I have to change the strategy



Raul Miller-4 wrote:
> 
> limit error typically means you are doing something different from
> what you think you are doing.  Here's an example:
> 
>    i.1+i.1+i.9
> |limit error
> 
> I would probably start by examining the values used in the expression
> which is getting this error.  They are probably overly large, or
> something.
> 
>    >./,(*/"1)1+i.1+i.9
> 1.091e50
> 
> In my example, here, I was trying to create an array with 1e50
> elements (among other things).  Since I cannot inspect your system,
> though, I think you should do that part.
> 
> -- 
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
> 
> 

-- 
View this message in context: 
http://old.nabble.com/make-equations-without-loop-tp34407576s24193p34410678.html
Sent from the J Programming mailing list archive at Nabble.com.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to