Computer Science, asked by haroonabidemi3, 1 month ago

Write a Python program to solve the equation below:
g= x+/4 - X° 3 - 3.x2​

Answers

Answered by prachi4881
0

Answer:

formula: ax2+bx+c=0

e.g. x

2

-7x+12=0 , x2

-4x+4=0

D=b2

-4ac

 Distinct and real x2

-7x+12=0 D>0

 Real and equal x2

-4x+4=0 D=0

 Imaginary root x2+x+1=0 D<0

Similar questions