Post Reply 
Is there a way for the solve app to use exact figures?
10-22-2020, 04:11 AM (This post was last modified: 10-22-2020 06:41 AM by Stevetuc.)
Post: #2
RE: Is there a way for the solve app to use exact figures?
(10-22-2020 03:03 AM)Lord_Spooglypuff Wrote:  [....]
I know how to do this via the solve app, but I can't get exact figures with the app, and it doesn't play nice with non-linear equations.

So is there a different way solve that equation and still get exact figures?

There are 2 ways I found:
Code:
exact(proot([1,-1,6^2+31^2]))
Code:
exact(QuadSolve(1,-1,6^2+31^2))
The roots are:
Code:
[(6188-390727*i)/12376,(6188+390727*i)/12376]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Is there a way for the solve app to use exact figures? - Stevetuc - 10-22-2020 04:11 AM



User(s) browsing this thread: 1 Guest(s)