Nth root algorithm: Difference between revisions

Content deleted Content added
Minor edit: Fixed some typos
m cat
Line 44:
 
Note that this requires a computation of <math>x_n^{n-1}</math> on each step, which for large ''n'' should be done with an exponentiation algorithm rather than repeated multiplication.
 
[[Category:Root-finding algorithms]]