BUG with AUTOSIMPLIFY() flag
|
07-29-2018, 06:56 PM
(This post was last modified: 07-30-2018 04:23 PM by compsystems.)
Post: #1
|
|||
|
|||
BUG with AUTOSIMPLIFY() flag
Hello, the following program with simplify: Maximum must print (x^2-2*x-3) = 0 and not (-2*x-3+x^2) = (2*x+3-2*x-3). The xcas programs are assuming simplify: none.
I think the AUTOSIMPLIFY() xcas command must be incorporated to control the output of the print Thanks place manually [shift][cas] simplify: Maximum PHP Code: #cas test_simplify_flag(); print (-2*x-3+x^2) = (2*x+3-2*x-3) and not x^2-2*x-3= 0 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
BUG with AUTOSIMPLIFY() flag - compsystems - 07-29-2018 06:56 PM
|
User(s) browsing this thread: 1 Guest(s)