Nth root algorithm: Difference between revisions

Content deleted Content added
lead: exponent n must be a POSITIVE integer for this to be true
mNo edit summary
Line 1:
{{DISPLAYTITLE:''n''th root algorithm}}
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
 
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>.
:<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).