enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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.

  3. Matrix-free methods - Wikipedia

    en.wikipedia.org/wiki/Matrix-free_methods

    In computational mathematics, a matrix-free method is an algorithm for solving a linear system of equations or an eigenvalue problem that does not store the coefficient matrix explicitly, but accesses the matrix by evaluating matrix-vector products. [1]

  4. Gaussian elimination - Wikipedia

    en.wikipedia.org/wiki/Gaussian_elimination

    Animation of Gaussian elimination. Red row eliminates the following rows, green rows change their order. In mathematics, Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations.

  5. Alternating-direction implicit method - Wikipedia

    en.wikipedia.org/wiki/Alternating-direction...

    In numerical linear algebra, the alternating-direction implicit (ADI) method is an iterative method used to solve Sylvester matrix equations.It is a popular method for solving the large matrix equations that arise in systems theory and control, [1] and can be formulated to construct solutions in a memory-efficient, factored form.

  6. Frontal solver - Wikipedia

    en.wikipedia.org/wiki/Frontal_solver

    A frontal solver is an approach to solving sparse linear systems which is used extensively in finite element analysis. [1] Algorithms of this kind are variants of Gauss elimination that automatically avoids a large number of operations involving zero terms due to the fact that the matrix is only sparse. [2]

  7. Modified Richardson iteration - Wikipedia

    en.wikipedia.org/wiki/Modified_Richardson_iteration

    Modified Richardson iteration is an iterative method for solving a system of linear equations.Richardson iteration was proposed by Lewis Fry Richardson in his work dated 1910.

  8. MUMPS (software) - Wikipedia

    en.wikipedia.org/wiki/MUMPS_(software)

    MUMPS (MUltifrontal Massively Parallel sparse direct Solver) is a software application for the solution of large sparse systems of linear algebraic equations on distributed memory parallel computers.

  9. Cramer's rule - Wikipedia

    en.wikipedia.org/wiki/Cramer's_rule

    In linear algebra, Cramer's rule is an explicit formula for the solution of a system of linear equations with as many equations as unknowns, valid whenever the system has a unique solution.