Post Reply 
CAS: simplify terms seperately?
09-09-2018, 06:06 AM (This post was last modified: 09-09-2018 06:20 AM by parisse.)
Post: #2
RE: CAS: simplify terms seperately?
a:=normal(...) does almost what you want.
If a is a sum, then a[1]=='+' and you can work on individual arguments of the sum with a[2],...,a[n+1] where n=size(a). Therefore here factor(a[2]+a[3])+a[4] will return what you want.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
CAS: simplify terms seperately? - wsprague - 09-09-2018, 05:24 AM
RE: CAS: simplify terms seperately? - parisse - 09-09-2018 06:06 AM



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