When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Linear differential equation - Wikipedia

    en.wikipedia.org/wiki/Linear_differential_equation

    The highest order of derivation that appears in a (linear) differential equation is the order of the equation. The term b(x), which does not depend on the unknown function and its derivatives, is sometimes called the constant term of the equation (by analogy with algebraic equations), even when this term is a non-constant function.

  3. Numerical methods for ordinary differential equations

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

    For example, the second-order equation y′′ = −y can be rewritten as two first-order equations: y′ = z and z′ = −y. In this section, we describe numerical methods for IVPs, and remark that boundary value problems (BVPs) require a different set of tools. In a BVP, one defines values, or components of the solution y at more than one ...

  4. Finite difference method - Wikipedia

    en.wikipedia.org/wiki/Finite_difference_method

    e. In numerical analysis, finite-difference methods (FDM) are a class of numerical techniques for solving differential equations by approximating derivatives with finite differences. Both the spatial domain and time domain (if applicable) are discretized, or broken into a finite number of intervals, and the values of the solution at the end ...

  5. Ordinary differential equation - Wikipedia

    en.wikipedia.org/wiki/Ordinary_differential_equation

    t. e. In mathematics, an ordinary differential equation (ODE) is a differential equation (DE) dependent on only a single independent variable. As with other DE, its unknown (s) consists of one (or more) function (s) and involves the derivatives of those functions. [1]

  6. Differential equation - Wikipedia

    en.wikipedia.org/wiki/Differential_equation

    An ordinary differential equation (ODE) is an equation containing an unknown function of one real or complex variable x, its derivatives, and some given functions of x. The unknown function is generally represented by a variable (often denoted y), which, therefore, depends on x. Thus x is often called the independent variable of the equation.

  7. Newton's method - Wikipedia

    en.wikipedia.org/wiki/Newton's_method

    The following is an example of a possible implementation of Newton's method in the Python (version 3.x) programming language for finding a root of a function f which has derivative f_prime. The initial guess will be x 0 = 1 and the function will be f ( x ) = x 2 − 2 so that f ′ ( x ) = 2 x .

  8. Linearity of differentiation - Wikipedia

    en.wikipedia.org/wiki/Linearity_of_differentiation

    In calculus, the derivative of any linear combination of functions equals the same linear combination of the derivatives of the functions; [1] this property is known as linearity of differentiation, the rule of linearity, [2] or the superposition rule for differentiation. [3] It is a fundamental property of the derivative that encapsulates in a ...

  9. Partial differential equation - Wikipedia

    en.wikipedia.org/wiki/Partial_differential_equation

    t. e. In mathematics, a partial differential equation (PDE) is an equation which computes a function between various partial derivatives of a multivariable function. The function is often thought of as an "unknown" to be solved for, similar to how x is thought of as an unknown number to be solved for in an algebraic equation like x2 − 3x + 2 = 0.