Menu

#5209 trigexpand ignores triginverses + trigexpandplus is not evflag

None
open
nobody
5
2026-09-02
2026-09-02
No
(%i1) block([triginverses:false], string(trigreduce(tan(atan(x+y+z)))));
(%o1) z+y+x

And trigexpandplus should be an evflag:

(%i1) trigexpandplus : false$

(%i2) trigexpand(sin(x+y)), trigexpandplus;
(%o2) sin(y+x);

Discussion


Log in to post a comment.