enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Regula falsi - Wikipedia

    en.wikipedia.org/wiki/Regula_falsi

    In mathematics, the regula falsi, method of false position, or false position method is a very old method for solving an equation with one unknown; ... Example code ...

  3. Root-finding algorithm - Wikipedia

    en.wikipedia.org/wiki/Root-finding_algorithm

    The false position method, also called the regula falsi method, is similar to the bisection method, but instead of using bisection search's middle of the interval it uses the x-intercept of the line that connects the plotted function values at the endpoints of the interval, that is

  4. Ridders' method - Wikipedia

    en.wikipedia.org/wiki/Ridders'_method

    In numerical analysis, Ridders' method is a root-finding algorithm based on the false position method and the use of an exponential function to successively approximate a root of a continuous function (). The method is due to C. Ridders.

  5. Pages in category "Articles with example MATLAB/Octave code" The following 40 pages are in this category, out of 40 total. This list may not reflect recent changes .

  6. Rule of false position - Wikipedia

    en.wikipedia.org/?title=Rule_of_false_position&...

    Retrieved from "https://en.wikipedia.org/w/index.php?title=Rule_of_false_position&oldid=906963438"

  7. Secant method - Wikipedia

    en.wikipedia.org/wiki/Secant_method

    This means that the false position method always converges; however, only with a linear order of convergence. Bracketing with a super-linear order of convergence as the secant method can be attained with improvements to the false position method (see Regula falsi § Improvements in regula falsi) such as the ITP method or the Illinois method.

  8. Talk:Regula falsi - Wikipedia

    en.wikipedia.org/wiki/Talk:Regula_falsi

    The term "method of false position" has consistently been more common than "false position method" or "rule of false position" during the 20-21st centuries, according to Google ngrams. This article should be moved to Method of false position. Comments? --Macrakis 03:26, 19 July 2019 (UTC)

  9. Numerical methods for ordinary differential equations

    en.wikipedia.org/wiki/Numerical_methods_for...

    This is the Euler method (or forward Euler method, in contrast with the backward Euler method, to be described below). The method is named after Leonhard Euler who described it in 1768. The Euler method is an example of an explicit method. This means that the new value y n+1 is defined in terms of things that are already known, like y n.