]A=:i.4 2
0 1
2 3
4 5
6 7
   f=: %
   g=: [: f/ |:
   g A
0 0.666667 0.8 0.857143

The result using  g  is a list.

   h=:}:"1 f }."1
   h A
       0
0.666667
     0.8
0.857143

But the result using  h  is a table.  

Linda

        :
----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Henry Rich
Sent: Wednesday, April 30, 2014 10:16 PM
To: [email protected]
Subject: Re: [Jprogramming] Applying a dyad to exusting matrix data



On 4/30/2014 2:21 PM, Raul Miller wrote:
> The information from http://jsoftware.com/help/dictionary/special.htm
should
> probably be incorporated into http://www.jsoftware.com/jwiki/NuVoc?
Coming soon.  Stay tuned.

Henry Rich
----------------------------------------------------------------------
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