Roots Of Quadratic Equation In Python | Python Practice 5 | Newtum Solutions

  Рет қаралды 9,034

Newtum Solutions

Newtum Solutions

Күн бұрын

Пікірлер: 8
@bikibharali5240
@bikibharali5240 3 ай бұрын
#solving quadratic eequation a = int(input("Enter the value of a: ")) b = int(input("Enter the value of b: ")) c = int(input("Enter the value of c: ")) d = (b**2)-4*a*c if d>0: print("The roots are real and distinct.") x1 = (-b+d**0.5)/2*a x2 = (-b-d**0.5)/2*a print("The roots are",x1,"and",x2) elif d==0: print("The roots are real and equal.") x = (-b+d**0.5)/2*a else: print("The roots are imaginary.")
@NewtumYT
@NewtumYT 3 ай бұрын
Your quadratic equation solver looks great! Any dbout feel to discuss with us.
@WardaWarda-ow6ze
@WardaWarda-ow6ze 3 ай бұрын
Sir your explanation is excellent. Keep it up.
@NewtumYT
@NewtumYT 3 ай бұрын
Thanks a lot
@snehalgajbhiye1454
@snehalgajbhiye1454 Ай бұрын
Thank you so much sir😊
@NewtumYT
@NewtumYT Ай бұрын
Most welcome if you want full understand of python please email us @ info@newtum.com we are providing peer coruse on python just email that u want free course
@alihamza-il8dq
@alihamza-il8dq Жыл бұрын
good explanation keep it up
@NewtumYT
@NewtumYT 3 ай бұрын
Thank you so much for the encouragement! I appreciate your support.
Factor ANY Quadratic Equation Without Guessing | Outlier.org
14:02
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 162 МЛН
黑的奸计得逞 #古风
00:24
Black and white double fury
Рет қаралды 28 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 195 МЛН
This dad wins Halloween! 🎃💀
01:00
Justin Flom
Рет қаралды 38 МЛН
Python Program to Find Roots of the Quadratic Equation
10:30
Code of the Future
Рет қаралды 15 М.
how to study less and get higher grades
11:16
Gohar Khan
Рет қаралды 875 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 321 М.
Psychology Professor's Viral Study Techniques: A+ Students Love It! (Part 1)
9:27
Becoming good at math is easy, actually
15:29
Han Zhango
Рет қаралды 1,1 МЛН
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 195 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 900 М.
ADHD Is a Curse… Until You Learn This
17:34
ADHDVision
Рет қаралды 323 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 162 МЛН