Post Reply 
Testing xCAS version 1.2.3-9 (2017)
01-17-2017, 06:49 PM
Post: #2
RE: Testing xCAS version 1.2.3-9 (2017)
There is denesting of sums without parenthesis (or with left parenthesis since it's the same) but not with right parenthesis.
d1:=a+(b+c);
size(d1);
d2:=(a+b)+c;
size(d2);
== checks that the internal representation of the symbolic objects are the same. Therefore d1==d2 returns false
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Testing xCAS version 1.2.3-9 (2017) - parisse - 01-17-2017 06:49 PM



User(s) browsing this thread: 1 Guest(s)