Can quadratic equations be solved in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can quadratic equations be solved in Python?

Quadratic Equations

8th Nov 2016, 6:54 AM
Patrick Aziken
Patrick Aziken - avatar
3 Answers
+ 2
Of course. Search for relevant codes in the Code Playground.
8th Nov 2016, 8:27 AM
James Flanders
+ 1
Ya we can surely solve the quadractic equation...by using the correct brackets
9th Nov 2016, 9:20 PM
Nezmi.K.A
0
- An equation exists to solve that problem (Quadratic Formula) - Operators used in that equation are available in Python (+, *, /, etc) Therefore... Yes, you can. Express the Quadratic Formula in the Python code.
8th Nov 2016, 1:28 PM
MaxInertia
MaxInertia - avatar