Complex solutions
Publié : jeu. mars 09, 2017 4:42 pm
When I try the following commands:
assume(dr<1) // assume dr less than 1
evalc(sqrt(dr-1)) // yields complex solution as expected
evalc(sqrt(dr^2-1)) // why is this not complex?
is there a way to make the result of evalc(sqrt(dr^2-1)) come out complex?
Thank you for a great program. I have tried many and prefer this.
Matt
assume(dr<1) // assume dr less than 1
evalc(sqrt(dr-1)) // yields complex solution as expected
evalc(sqrt(dr^2-1)) // why is this not complex?
is there a way to make the result of evalc(sqrt(dr^2-1)) come out complex?
Thank you for a great program. I have tried many and prefer this.
Matt