Problems with CAS solve
|
04-08-2020, 01:58 PM
(This post was last modified: 04-08-2020 02:08 PM by Tim Wessman.)
Post: #2
|
|||
|
|||
RE: Problems with CAS solve
You are using approximate numbers, which triggers numerical methods to solve.
Use exact fractions or exact values to solve exactly. Else approximations (which need good estimates in many cases) are going to cause problems. surrount with "exact()" inside you solve function to automatically attempt to find a fractional representation. Better yet, don't start using decimals until the final stage of a solution. TW Although I work for HP, the views and opinions I post here are my own. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problems with CAS solve - jc.reyes150 - 04-08-2020, 06:01 AM
RE: Problems with CAS solve - Tim Wessman - 04-08-2020 01:58 PM
|
User(s) browsing this thread: 1 Guest(s)