bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Nil result from ⌹


From: Christian Robert
Subject: Re: [Bug-apl] Nil result from ⌹
Date: Sun, 28 Aug 2016 01:34:19 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0


      A←?99999 3⍴256
      X←A⌹A
      X
VALUE ERROR
      X
      ^
      X←A⌹A
      X
VALUE ERROR
      X
      ^


well, you are right,

Xtian.

On 2016-08-27 22:08, Kacper Gutowski wrote:
Hi,
Matrix division returns no value for large-shaped arguments.
There doesn't seem to be any fixed threshold above which it fails,
it differs from case to case.

      A←?99999 3⍴256
      X←A⌹A
      X
VALUE ERROR
      X
      ^


-k





reply via email to

[Prev in Thread] Current Thread [Next in Thread]