![]() |
autosimplify() Xcas cmd - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: autosimplify() Xcas cmd (/thread-9459.html) |
autosimplify() Xcas cmd - compsystems - 11-08-2017 09:27 PM Without the complete control of the flags (CAS settings) in the hp-prime, many algorithms fail, for this reason the following command is important Please HPP-TEAM include in the next update, autosimplify() Xcas cmd autosimplify(); // returns 0/1/2 autosimplify(0); // none autosimplify(1); // regroup or medium autosimplify(2); // simplify or maximum ![]() ![]() PHP Code: #cas |