People i need your help please | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

People i need your help please

Using Fortran obtain the root of quadratic question ax^2+6x+c=0

15th Oct 2017, 10:23 PM
Jman
Jman - avatar
2 Respostas
+ 2
FORTRAN? do you use it yet? :-0
16th Oct 2017, 1:59 AM
Daniel
Daniel - avatar
0
You can't solve, unless a & c values are given. Write program to solve x = (-b +/-āˆš(b2Ā - 4ac))/2a, where b is the 6. You should end up with two numbers for x, which both work in quadratic equation.
16th Oct 2017, 3:00 AM
John Wells
John Wells - avatar