Given the coefficients of a quadratic equation, write a function that gives the output y='RealDifferent' if the roots are real and different, y='RealEqual' if the roots are real and equal, and y='Complex' if the roots are complex.
Determine whether a vector is monotonically increasing
9255 Solvers
1964 Solvers
201 Solvers
4102 Solvers
88 Solvers
Solution 1729873
Very nice solution!!