Before attempting this problem, solve version 1: https://www.mathworks.com/matlabcentral/cody/problems/2510-solving-quadratic-equations-version-1.
In this version, the discriminant can have any value. Complete the function so if the discriminant is negative, the function returns values of NaN --- "Not a Number" --- for x1 and x2. Otherwise, the function computes x1 and x2 as before using the formula
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers90
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Program an exclusive OR operation with logical operators
750 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 Solvers
-
Convert given decimal number to binary number.
2282 Solvers
-
Compute LOG(1+X) in natural log
264 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
No need to fear complex roots...