People i need your help please | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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