QRDecomposition 命令
CAS 语法
- QRDecomposition( <Matrix> )
-
计算给定矩阵的 QR 分解 。
QRDecomposition({{1,2},{3,4}})
返回矩阵 \(\begin{pmatrix}\frac{1}{\sqrt{10}}&\frac{3/5}{\sqrt{10}/5}\\\frac{3}{\sqrt{10}}&-\frac{1/5}{\sqrt{10}/5}\end{pmatrix}\) 和 \(\begin{pmatrix}\sqrt{10}&7/5\sqrt{10}\\0&\sqrt{10}/5\end{pmatrix}\)。
|
另请参阅 LUDecomposition 命令。 |