[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Nil result from ⌹
From: |
enztec |
Subject: |
Re: [Bug-apl] Nil result from ⌹ |
Date: |
Sat, 27 Aug 2016 20:12:41 -0600 |
works here
1 0 0
0 1 0
0 0 1
On Sun, 28 Aug 2016 04:08:59 +0200
Kacper Gutowski <address@hidden> 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
>