Search results
Name |
---|
Root and power This calculator outputs desired root and power of entered number |
Secant method The secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f. A brief secant method description can be found below the calculator |
False position method The false position method is a root-finding algorithm that uses a succession of roots of secant lines combined with the bisection method to approximate a root of a function f. |
Bisection method The bisection method in mathematics is a root-finding method that repeatedly bisects an interval and then selects a subinterval in which a root must lie for further processing. The method is also called the interval halving method. |
Quartic equation solution This calculator produces quartic equation solution using resolvent cubic. |
Newton's method This online calculator implements Newton's method (also known as the Newton–Raphson method) for finding the roots (or zeroes) of a real-valued function. |
Polynomial root isolation The calculators isolates real roots of the input univariate polynomial using Sturm and VAS-CF methods. |
Polynomial roots The calculator solves polynomial roots of any degree. For small degree polynomials analytic methods are applied, for 5-degree or higher the polynomial roots are estimated by numerical method. |
nth root algorithm This online calculator implements nth root algorithm to find the principal nth root of a positive real number. |