Another Wishlist Item
|
03-29-2015, 03:51 PM
Post: #3
|
|||
|
|||
RE: Another Wishlist Item
On the Prime, autosimplification is applied on the answer (except if the toplevel command is not to be autosimplified like for example factor). The value returned by print is 0 or 1 (it has nothing to do with what you see in the terminal, printed values inside a function are different from the returned value of a function), therefore nothing happens. If you want to see the argument of print simplified in some way, you have to call the simplify or regroup function explicitly.
If the TI returns different answers, it's probably because expressions are always rewritten. On the Prime, the same could be done by calling the autosimplification on arguments of print. But I don't think it's a good idea, it's better to leave the choice to the user. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Another Wishlist Item - toml_12953 - 03-28-2015, 05:30 PM
RE: Another Wishlist Item - compsystems - 03-28-2015, 06:08 PM
RE: Another Wishlist Item - parisse - 03-29-2015 03:51 PM
RE: Another Wishlist Item - Eddie W. Shore - 03-30-2015, 01:45 PM
RE: Another Wishlist Item - toml_12953 - 03-30-2015, 02:26 PM
|
User(s) browsing this thread: 1 Guest(s)