Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.

Documentation / Mathematica / Built-in Functions / Lists and Matrices / Matrix Operations /

QRDecomposition

FilledSmallSquare QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list q, r, where q is an orthogonal matrix and r is an upper triangular matrix.

FilledSmallSquare The original matrix m is equal to Conjugate[Transpose[q]] . r.

FilledSmallSquare For non-square matrices, q is row orthonormal.

FilledSmallSquare The matrix r has zeros for all entries below the leading diagonal.

FilledSmallSquare QRDecomposition[m, Pivoting -> True] yields a list q, r, p where p is a permutation matrix such that m . p is equal to Conjugate[Transpose[q]] . r.

FilledSmallSquare See Section 3.7.10.

FilledSmallSquare Implementation Notes: see Section A.9.4.

FilledSmallSquare See also: SchurDecomposition, LUDecomposition, SingularValueDecomposition, JordanDecomposition, CholeskyDecomposition.

FilledSmallSquare Related package: LinearAlgebra`Orthogonalization`.

FilledSmallSquare New in Version 2.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information


 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy | [ja] |
Sign up for our newsletter: