QRDecomposition Command
CAS Syntax
- QRDecomposition( <Matrix> )
-
Calculates the QR decomposition of the given matrix.
QRDecomposition({{1,2},{3,4}})
returns the matrices
(1√103/5√10/53√10−1/5√10/5) and
(√107/5√100√10/5).
See also LUDecomposition command. |