Problem 44847. Say type of roots in quadratic equation

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.

Solution Stats

72.55% Correct | 27.45% Incorrect
Last Solution submitted on Jul 28, 2023

Solution Comments

Show comments

Problem Recent Solvers36

Suggested Problems

More from this Author11

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!