Problem 1026. Solving a quadratic equation
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
Show
2 older comments
J.R.! Menzinger
on 6 Nov 2012
Why should the solution be giben in a certain way?? in this case the solution [-1 3] must be equal to [3 -1] ... :-/
Abdelhak ARESMOUK
on 7 Nov 2012
I will edit the problem. And give more explanations.
li haitao
on 16 Nov 2018
Bad test suit.
Solution Comments
Show commentsProblem Recent Solvers95
Suggested Problems
-
Find common elements in matrix rows
2668 Solvers
-
Detect a number and replace with two NaN's
193 Solvers
-
Basics: 'Find the eigenvalues of given matrix
423 Solvers
-
Sum the 'edge' values of a matrix
360 Solvers
-
Solving Quadratic Equations (Version 1)
495 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!