Skip to main content
1-Visitor
December 4, 2015
Solved

program - finding the roots of the quadratic equation in subset of real numbers

  • December 4, 2015
  • 1 reply
  • 1887 views

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:

quad.jpg

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!

Best answer by LucMeekes

Does this help?

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
December 7, 2015

Does this help?

lsheekan1-VisitorAuthor
1-Visitor
December 7, 2015

thank you a lot!

23-Emerald IV
December 7, 2015

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