How do the calculators solve the equations like ax³+bx²+cx+d=0? Is there any specific formula of it? If yes, what's the formula? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How do the calculators solve the equations like ax³+bx²+cx+d=0? Is there any specific formula of it? If yes, what's the formula?

20th Nov 2020, 3:53 PM
MD Siddiqur Rahman
2 Answers
+ 2
You could build on this idea https://code.sololearn.com/c0MP4vcriFf5
20th Nov 2020, 4:19 PM
David Ashton
David Ashton - avatar
0
I dont know what language calculators are written in (assembly or C I would guess), and I dont know the formula. But I think if you know how polynomials work and how they are solved, it wouldnt be too hard to write code that solves them.
21st Nov 2020, 4:38 PM
Aria
Aria - avatar