enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Integration by substitution - Wikipedia

    en.wikipedia.org/wiki/Integration_by_substitution

    In calculus, integration by substitution, also known as u-substitution, reverse chain rule or change of variables, [1] is a method for evaluating integrals and antiderivatives. It is the counterpart to the chain rule for differentiation , and can loosely be thought of as using the chain rule "backwards."

  3. Tridiagonal matrix algorithm - Wikipedia

    en.wikipedia.org/wiki/Tridiagonal_matrix_algorithm

    In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.

  4. Euler substitution - Wikipedia

    en.wikipedia.org/wiki/Euler_substitution

    Euler substitution is a method for evaluating integrals of the form ∫ R ( x , a x 2 + b x + c ) d x , {\displaystyle \int R(x,{\sqrt {ax^{2}+bx+c}})\,dx,} where R {\displaystyle R} is a rational function of x {\displaystyle x} and a x 2 + b x + c {\textstyle {\sqrt {ax^{2}+bx+c}}} .

  5. Tangent half-angle substitution - Wikipedia

    en.wikipedia.org/.../Tangent_half-angle_substitution

    The tangent half-angle substitution relates an angle to the slope of a line. Introducing a new variable = ⁡, sines and cosines can be expressed as rational functions of , and can be expressed as the product of and a rational function of , as follows: ⁡ = +, ⁡ = +, = +.

  6. Numerical methods for ordinary differential equations - Wikipedia

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

    It costs more time to solve this equation than explicit methods; this cost must be taken into consideration when one selects the method to use. The advantage of implicit methods such as ( 6 ) is that they are usually more stable for solving a stiff equation , meaning that a larger step size h can be used.

  7. Change of variables - Wikipedia

    en.wikipedia.org/wiki/Change_of_variables

    Difficult integrals may also be solved by simplifying the integral using a change of variables given by the corresponding Jacobian matrix and determinant. [1] Using the Jacobian determinant and the corresponding change of variable that it gives is the basis of coordinate systems such as polar, cylindrical, and spherical coordinate systems.

  8. Gaussian elimination - Wikipedia

    en.wikipedia.org/wiki/Gaussian_elimination

    For example, to solve a system of n equations for n unknowns by performing row operations on the matrix until it is in echelon form, and then solving for each unknown in reverse order, requires n(n + 1)/2 divisions, (2n 3 + 3n 2 − 5n)/6 multiplications, and (2n 3 + 3n 2 − 5n)/6 subtractions, [10] for a total of approximately 2n 3 /3 operations.

  9. Lambda calculus - Wikipedia

    en.wikipedia.org/wiki/Lambda_calculus

    Substitution, written M[x := N], is the process of replacing all free occurrences of the variable x in the expression M with expression N. Substitution on terms of the lambda calculus is defined by recursion on the structure of terms, as follows (note: x and y are only variables while M and N are any lambda expression): x[x := N] = N