Problem 1026. Solving a quadratic equation

Given a, b ​​and c, Return the solution of the following quadratic equation: a*x^2 + b*x + c = 0.

Solution Stats

18.63% Correct | 81.37% Incorrect
Last Solution submitted on Dec 12, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers93

Suggested Problems

More from this Author2

Community Treasure Hunt

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

Start Hunting!