- 4,662
- 372
is there a method to compute roots other than sqrt?, like 10th root or 13th root of a number?
and, what are they?
and, what are they?
The discussion revolves around methods for computing arbitrary roots of numbers, such as the 10th or 13th root, beyond the square root. Participants explore various mathematical techniques and approaches for this computation.
Participants present multiple competing methods for computing roots, with no consensus on a single preferred approach. Each method has its own merits and applications, and the discussion remains open-ended.
Some methods rely on specific assumptions about the numbers involved, such as the choice of initial values in iterative methods or the conditions under which logarithmic approximations are valid. The convergence and accuracy of these methods may vary based on the context of their application.
This one is a good candidate for Newton's method. We choose an arbitrary value x0, then use:loop quantum gravity said:is there a method to compute roots other than sqrt?, like 10th root or 13th root of a number?
and, what are they?