bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] an other inner product ,., bug


From: Jay Foad
Subject: Re: [Bug-apl] an other inner product ,., bug
Date: Fri, 18 May 2018 14:31:02 +0100

This is a subtle difference in the definition of inner product. On vectors:

A f.g B  ←→  ⊂f/A g B  ⍝ APL2
A f.g B  ←→  f/A g¨ B  ⍝ NARS2000, Dyalog

Jay.

On 17 May 2018 at 17:52, David Tran <address@hidden> wrote:
Hi,

Below shows the bug:

1 2 3 ,., 4 5 6

result: 1 2 3 4 5 6
expected: 1 4 2 5 3 6


Thanks,
David


reply via email to

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