Merge pull request #23 from kf-liu/main

fix typos 行列秩写反
This commit is contained in:
Kenji Hiranabe
2023-08-21 14:48:08 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -362,7 +362,7 @@ $A=CR$将$A$化简为$r$的线性无关列$C$和线性无关行$R$的乘积.
\caption{$CR$中列的秩}
\end{figure}
现在你会发现的秩为2, 因为$C$中只有2个线性无关列.
现在你会发现的秩为2, 因为$C$中只有2个线性无关列.
$A$中所有的列都可以由$C$中的2列线性表出.
\begin{figure}[H]
@@ -371,7 +371,7 @@ $A=CR$将$A$化简为$r$的线性无关列$C$和线性无关行$R$的乘积.
\caption{$CR$中行的秩}
\end{figure}
同样, 秩也为2, 因为$R$中只有2个线性无关行, 且$A$中所有的行都可以由$R$中的2行线性表出.
同样, 秩也为2, 因为$R$中只有2个线性无关行, 且$A$中所有的行都可以由$R$中的2行线性表出.
\subsection{$\boldsymbol{A=LU}$}