A minor thing: after declaring order x,t the output of x-t remains x-t. But f(x-t) (having declared operator f) still becomes f(-t+x). Is this by intention?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A minor thing: after declaring
order x,t
the output ofx-t
remainsx-t
. Butf(x-t)
(having declaredoperator f
) still becomesf(-t+x)
. Is this by intention?I can't reproduce what you are reporting. I get
Waht is your version of REDUCE?
Eberhard
Thank you for looking into this. I am using the CSL version, revision 5368, from June this year. See attached screen shot.
Wolfgang
Thanks. Now I see. The problem occurs when using the GUI. It is o.k. with the CLI as I had shown. We will investigate the issue.
Eberhard
I just commited a fix that cures the problem to sourceforge. It will be contained in the next snapshot.
Eberhard