canonical_form(Ans) problem - 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: canonical_form(Ans) problem (/thread-6158.html) |
canonical_form(Ans) problem - retoa - 04-27-2016 09:23 AM Hello ! If I try to calculate the canonical form of a quadratic equation using Ans, the Prime says: "Error: Bad Argument Value" (see attached example) If I copy/paste the last result in the parenthesis it works fine. Same problem both on emulator as on the real Prime. RE: canonical_form(Ans) problem - Nigel (UK) - 04-27-2016 01:41 PM (04-27-2016 09:23 AM)retoa Wrote: Hello ! Problem confirmed, when using the "simplify" menu button to carry out the simplification. However, entering "simplify(3*(x+1/3)^2+14/3)" directly from the keyboard and then doing "canonical_form(ANS)" works correctly. Nigel (UK) RE: canonical_form(Ans) problem - jrozsas - 04-27-2016 08:49 PM (04-27-2016 01:41 PM)Nigel (UK) Wrote:For me was the same. Using the key Simplify the error appears but typing simplify (...) works correctly(04-27-2016 09:23 AM)retoa Wrote: Hello ! |