Question: Write an MATLAB function (M-file) to solve a second-order polynomial: Ax2 + Bx + C = 0 Request input from the user (three numbers: A,
Write an MATLAB function (M-file) to solve a second-order polynomial: Ax2 + Bx + C = 0 Request input from the user (three numbers: A, B, and C). Check for real/imaginary roots Solve mathematically and store the solutions in variables x1 and x2 Return the solutions to the user (x1, x2) Remember: annotation and comments are very important in the understanding of your code by another (a grader or faculty member) and you will be graded by the functionality of your code AND the quality of your code, including annotation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
