Search results
Name |
---|
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. |
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. |
Lagrange polynomial calculator This online calculator builds Lagrange polynomial for a given set of points, shows a step-by-step solution and plots Lagrange polynomial as well as its basis polynomials on a chart. Also, it can interpolate additional points, if given |
The Newton Polynomial Interpolation This online calculator constructs Newton interpolating polynomial for given data points. The calculator also shows general form and simplified form, interpolates additional points, if entered, and plots a chart |