Problem 45199. Quadratic equation

given three inputs (a, b, c) for the equation a*x^2+b*x+c=0; return 1 if the roots are complex (non zero imaginary), and 0 if they are real.

Solution Stats

58.24% Correct | 41.76% Incorrect
Last Solution submitted on Jul 19, 2025

Solution Comments

Show comments

Problem Recent Solvers78

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!