fix typos 行列秩写反

fix kenjihiranabe/The-Art-of-Linear-Algebra#22
This commit is contained in:
kefangliu
2023-08-19 14:20:33 +08:00
parent d28ecd17d2
commit 141f30351f
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}$}