Content deleted Content added
Prepare to add other approaches |
|||
Line 3:
The [[Principal branch|principal]] [[nth root|''n''th root]] <math>\sqrt[n]{A}</math> of a [[negative and positive numbers|positive]] [[real number]] ''A'', is the positive real solution of the equation <math>x^n = A</math>. For a positive integer ''n'' there are ''n'' distinct [[complex number|complex]] solutions to this equation if <math>A > 0</math>, but only one is positive and real.
==Using Newton's method==
[[Newton's method]] is a method for finding a zero of a function ''f(x)''. The general iteration scheme is:
|