Brian,

To continue on Ric's point. You'd have the same problem with JAL (but with
far fewer tedious steps). To use simple you need to also move over
~addons/general folder misc.

On Tue, Jun 19, 2012 at 10:46 PM, Ric Sherlock <tikk...@gmail.com> wrote:

> This is because of a dependency of 'math/misc/simplex' is 'numeric'
>
> math/misc/simplex contains:
>   require 'math/misc/matutil'
> which contains:
>   require 'math/misc/mathutil'
> which contains:
>   require 'numeric'
>
> i.e. the numeric.ijs script is required. On J7 this script resides at:
>   'general/misc/numeric'
>
> On Wed, Jun 20, 2012 at 1:20 PM, Brian Schott <schott.br...@gmail.com>
> wrote:
> >   load'~addons/math/misc/simplex.ijs'
> > not found: /j/addons/general/misc/numeric.ijs
> > |file name error: script
> > |       0!:0 y[4!:55<'y'
> >
> > Good news and bad, again. The files in moth1misc one in their designated
> directory, but it looks like the `require 'math/misc/matutil'` in
> simplex.ijs requires a slightly different layout of directories. Where did
> 'general/' come from in the path?
> >
> > ---
> > (B=)
> > ----------------------------------------------------------------------
> > For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to