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
No need to fear complex roots...
Determine if a Given Number is a Triangle Number
286 Solvers
282 Solvers
Matrix indexing with two vectors of indices
408 Solvers
328 Solvers
120 Solvers