Program for finding roots and selecting one
|
03-09-2016, 08:38 AM
Post: #4
|
|||
|
|||
RE: Program for finding roots and selecting one
(03-09-2016 04:26 AM)Eugenio Wrote: I was thinking to use the CAS.function('expression') to find the roots instead of programming a cubic root finder. My real problem is which command should I use in the programm so that when the CAS.function gives the 3 roots, the programm choses the only real root out of the 3 roots ( 2 complex and 1 real.) and then define that real root as the valua of "Z" so it follows its calculations. This should work for you: Code: EXPORT RealRoot(poly) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Program for finding roots and selecting one - Eugenio - 03-09-2016, 01:40 AM
RE: Program for finding roots and selecting one - SlideRule - 03-09-2016, 02:43 AM
RE: Program for finding roots and selecting one - Eugenio - 03-09-2016, 04:26 AM
RE: Program for finding roots and selecting one - Didier Lachieze - 03-09-2016 08:38 AM
RE: Program for finding roots and selecting one - Eugenio - 03-10-2016, 04:57 AM
|
User(s) browsing this thread: 1 Guest(s)