On 2/5/08, Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> wrote:
> I have a simple requirement - I want to find the average size of the rows in
> an array. And I want a simple tacit statement for it.
>
> In doing so I got stuck in finding the boxed representation of the name of
> the noun.

Not all nouns have names.  And assigning names requires an explicit
statement.

>   ]a =. 1;2;3;4;5;6
> +-+-+-+-+-+-+
> |1|2|3|4|5|6|
> +-+-+-+-+-+-+
>
>
> 10.6667

The simple approach would be to supply your tacit
expression with the name:

    (7!:5@< % [EMAIL PROTECTED]@".)'a'
10.6667

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

Reply via email to