Question 1121465
X³ + 4.9X² - 25.6 =0
----
Use Newton-Raphson
1 real solution:
<pre>
n	               x	accuracy(x)	f(x)
1	2.5390625	3	-19.7
2	2.033482417656354590059	2	      22.35843362808227539063
3	1.93852447866709310644	1.9	      3.070301622135561357529
4	1.935276011437993771774	1.94	      0.098334908130283648273
5	1.935272268514170001019	1.93527	      1.1304223064011032E-4
6	1.935272268509203923321	1.93527226851	1.49983017918E-10
7	1.935272268509203923321	1.935272268509203923321	0
</pre>
X = ~1.935272268509203923321
What does having the answer accomplish?