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