Is there a way to get (s+1) to cancel in lines 2 and 3 the way (s+1)^2 cancels in lines 4 and 5?
Thanks
Matt
Canceling terms
Modérateur : xcasadmin
-
- Messages : 160
- Inscription : mer. janv. 13, 2010 3:20 pm
Canceling terms
- Pièces jointes
-
- Xcas_example.gif (15.54 Kio) Consulté 5092 fois
Re: Canceling terms
You must use something more powerful like normal or factor, regroup does not check for inverses.
-
- Messages : 160
- Inscription : mer. janv. 13, 2010 3:20 pm
Re: Canceling terms
Sorry to press but, why does line 5 work?
-
- Messages : 160
- Inscription : mer. janv. 13, 2010 3:20 pm
Re: Canceling terms
By the way, is there any way to prevent denom() and numer() from simplifying?
Thank you
Matt
Thank you
Matt
Re: Canceling terms
Because the two inverses are following.XcasEngGuy a écrit :Sorry to press but, why does line 5 work?
Re: Canceling terms
getNum and getDenom (except for rational numbers)XcasEngGuy a écrit :By the way, is there any way to prevent denom() and numer() from simplifying?
Thank you
Matt