Given a, b and c, Return the solution of the following quadratic equation: a*x^2 + b*x + c = 0.
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers98
Suggested Problems
-
Replace NaNs with the number that appears to its left in the row.
3069 Solvers
-
Sum all integers from 1 to 2^n
17833 Solvers
-
277 Solvers
-
Calculate the derivative of a polynomial
240 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
400 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Might want to adjust your assertions there...the _order_ of the solutions should not matter of course, and in case there is a single root, an output of either 1 or 2 equal numbers should be permissible
It's a pity that isequal returns false if the difference between the two arguments is only eps (2e-15).
Why should the solution be giben in a certain way?? in this case the solution [-1 3] must be equal to [3 -1] ... :-/
I will edit the problem. And give more explanations.
Bad test suit.