Write a FORTRAN 90 program that calculates the real roots of any quadratic equation ax? + bx + c = 0 for given values of a, b and c. The program should print a message on screen if the roots are...


Write a FORTRAN 90 program that calculates the real roots of any quadratic<br>equation ax? + bx + c = 0 for given values of a, b and c. The program should print<br>a message on screen if the roots are imaginary and should also be able to solve the equation<br>if a = 0.<br>-btvb2-4ac<br>DET. = b? - 4ac ,<br>root =<br>2a<br>

Extracted text: Write a FORTRAN 90 program that calculates the real roots of any quadratic equation ax? + bx + c = 0 for given values of a, b and c. The program should print a message on screen if the roots are imaginary and should also be able to solve the equation if a = 0. -btvb2-4ac DET. = b? - 4ac , root = 2a

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here