Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi all,
i want to write a program in MathCad 15, that can find a roots of the quadratic equation in subset of real numbers. Result will be a vector, or text: "this equation dont have result in real numbers"
I already have a program, that can find a roots:
but i dont know how to continue..
i think, that if b^2-4*a*c <0 than this equation dont have results in real numbers. but how can i write this in program?
Thanks a lot!
Solved! Go to Solution.
Does this help?
thank you a lot!
You're welcome.
Maybe this helps even more:
Now you get either an error message, or just THE (one) result, or a vector with two results, depending on the value of discr.
Luc