When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Numerical methods for ordinary differential equations - Wikipedia

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

    Numerical methods for ordinary differential equations are methods used to find numerical approximations to the solutions of ordinary differential equations (ODEs). Their use is also known as " numerical integration ", although this term can also refer to the computation of integrals .

  3. Parker–Sochacki method - Wikipedia

    en.wikipedia.org/wiki/Parker–Sochacki_method

    If a set of ODEs has a particular form, then the Picard method can be used to find their solution in the form of a power series. If the ODEs do not have the required form, it is nearly always possible to find an expanded set of equations that do have the required form, such that a subset of the solution is a solution of the original ODEs.

  4. Ordinary differential equation - Wikipedia

    en.wikipedia.org/wiki/Ordinary_differential_equation

    The few non-linear ODEs that can be solved explicitly are generally solved by transforming the equation into an equivalent linear ODE (see, for example Riccati equation). [5] Some ODEs can be solved explicitly in terms of known functions and integrals. When that is not possible, the equation for computing the Taylor series of the solutions may ...

  5. Euler method - Wikipedia

    en.wikipedia.org/wiki/Euler_method

    In mathematics and computational science, the Euler method (also called the forward Euler method) is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value.

  6. Method of characteristics - Wikipedia

    en.wikipedia.org/wiki/Method_of_characteristics

    In mathematics, the method of characteristics is a technique for solving partial differential equations. Typically, it applies to first-order equations , though in general characteristic curves can also be found for hyperbolic and parabolic partial differential equation .

  7. Explicit and implicit methods - Wikipedia

    en.wikipedia.org/wiki/Explicit_and_implicit_methods

    In the vast majority of cases, the equation to be solved when using an implicit scheme is much more complicated than a quadratic equation, and no analytical solution exists. Then one uses root-finding algorithms, such as Newton's method, to find the numerical solution. Crank-Nicolson method. With the Crank-Nicolson method

  8. Predictor–corrector method - Wikipedia

    en.wikipedia.org/wiki/Predictor–corrector_method

    Predictor–corrector methods for solving ODEs [ edit ] When considering the numerical solution of ordinary differential equations (ODEs) , a predictor–corrector method typically uses an explicit method for the predictor step and an implicit method for the corrector step.

  9. Trapezoidal rule (differential equations) - Wikipedia

    en.wikipedia.org/wiki/Trapezoidal_rule...

    In numerical analysis and scientific computing, the trapezoidal rule is a numerical method to solve ordinary differential equations derived from the trapezoidal rule for computing integrals. The trapezoidal rule is an implicit second-order method, which can be considered as both a Runge–Kutta method and a linear multistep method.