Maybe this will help with u&n y and x u&n y
d =: %&2 NB. divide by 2
d 16
8
3 d 16 NB. means d d d 16
2
d d d 16
2
Reference
http://www.jsoftware.com/docs/help701/dictionary/d630n.htm
--Kip Murray
Sent from my iPad
On May 3, 2013, at 8:51 PM, "Linda Alvord" <[email protected]> wrote:
> Once you know that n is a verb, what is going on to get the results for n
> 15 and 15 n 15 ?
>
> ]n =: ^.&(10^93)
> ] ^.&1e93
> type <'n'
> -----┐
> │verb│
> L-----
> n 15
> n 15
> 79.0755
> 15 n 15
> 53.7464
>
> Linda
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Aai
> Sent: Friday, May 03, 2013 4:28 AM
> To: [email protected]
> Subject: Re: [Jprogramming] Transcomputational numbers
>
> You can check this with
>
> type <'n'
>
> On 03-05-13 08:54, Linda Alvord wrote:
>> Are these the same?
>>
>> ]n =: ^.&(10^93)
>> ] ^.&1e93
>>
>> ]n =: ^.(10^93)
>> 214.14
>>
>> Linda
>>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of Dan
>> Bron
>> Sent: Tuesday, April 30, 2013 4:25 PM
>> To: [email protected]
>> Subject: Re: [Jprogramming] Transcomputational numbers
>>
>> Meaning, given k, what's the largest n I can allow such that k^n <: 10^93
> ?
>> How about k ^. 10^93 ? Or more generally n =: ^.&(10^93) ?
>>
>> -Dan
>>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf Of mikel
>> paternain
>> Sent: Tuesday, April 30, 2013 4:18 PM
>> To: [email protected]
>> Subject: [Jprogramming] Transcomputational numbers
>>
>> A system of n variables, each of wich can take k diferents states, can
>> have k^n possible system states. To analyze such a system, a minimum
>> of k^n bits of information are to be processed. The problem becomes
>> transcomputational when k^n > 10^93.
>>
>> Find a J verb or expression for n if k=2,3,4,5,....and k^n>10^93
>>
>> JoJ team
>>
>>
>> ----------------------------------------------------------------------
>> 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
>
> --
> Met vriendelijke groet,
> @@i = Arie Groeneveld
>
> ----------------------------------------------------------------------
> 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