--- John Randall <[EMAIL PROTECTED]> wrote:

> Tracy Harms wrote:
> 
> > normL2 =: +/@:*:
> > nize2 =: ] [EMAIL PROTECTED] normL2
> >
> 
> Tracy:
> 
> Don't you mean
> 
> normL2=:%:@:(+/)@:*:
> nize2=:% normL2
> 
>    normL2 nize2 ? 20 $ 0
> 1

Also +/&.:*: which tells exactly what is happening,

   (% +/&.:*:) 2 3 4
0.371391 0.557086 0.742781
   +/&.:*: (% +/&.:*:) 2 3 4
1



       
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to