Nth root

From TCS Wiki
Revision as of 08:03, 18 September 2015 by imported>Maurice Carbonaro (Added "(...) following (...)" implication between "(...) number ''k'' for which the (...)" and (...)" equation is true: (...)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nth root of a number r is a number which, if multiplied by itself n times, makes r. You could also say that it is a number k for which the following equation is true:

[math]\displaystyle{ k^n=r }[/math]

(for meaning of [math]\displaystyle{ k^n }[/math], read exponentiation.)

We write it like this: [math]\displaystyle{ \sqrt[n]{r} }[/math]. Template:Math-stub