Problem 1026. Solving a quadratic equation
Solution Stats
Problem Comments
-
5 Comments
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.
Solution Comments
-
1 Comment
Not a great solution, but not a great test suite either.
-
1 Comment
wow, my use of transpose instead of ctranspose destroyed me this time...
Problem Recent Solvers85
Suggested Problems
-
Is my wife right? Now with even more wrong husband
1284 Solvers
-
First non-zero element in each column
736 Solvers
-
Get the length of a given vector
6283 Solvers
-
913 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
698 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!