Menu

#118 EXCALC error in Example 18

None
closed
nobody
None
5
2020-02-20
2020-02-16
No

Hi All,
I've installed Reduce-Setup_5227.exe on Windows 10 64bits. I'm using CSL Reduce.
This is taken from the Example 18 in the EXCALC User's Manual (September 2019) Page 522

load_package excalc$
indexrange t,r,ph,z$
pform e(k)=1,s(k,l)=2$
w := e(k) * e(-k);
s(k,l) := e(k) ^ e(l);
s(k,l);
e(k) ^ e(l);

The problem is that the ouput of s(k,l) := e(k) ^ e(l); and e(k) ^ e(l); is the same with "ns" as the variable, not "s". The first one is an assignment so it should output the name "s" not "ns".
Even when I print s(k,l); I get the output with "ns" instead of "s".

Thanks,

Daniel Volinski

Discussion

  • Eberhard Schruefer

    Hi Daniel.
    Thanks for reporting this. I can confirm the problem and will look into the issue in the next few days.
    Eberhard

     
  • Eberhard Schruefer

    Hi Daniel,
    I just commited changes of the print system to fix the display problems you reported. They will be incorporated in the next snapshot.
    Eberhard

     
  • Daniel Volinski

    Daniel Volinski - 2020-02-20

    Thanks Eberhard.

     
  • Rainer Schöpf

    Rainer Schöpf - 2020-02-20
    • status: open --> closed
    • Group: -->
     
  • Rainer Schöpf

    Rainer Schöpf - 2020-02-20

    Corrected in revision 5279

     

Log in to post a comment.