From 75c8a6b17480409f8ada79fde90351d0101cbb38 Mon Sep 17 00:00:00 2001 From: un-lock-able Date: Thu, 29 Dec 2022 22:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01线性映射和矩阵.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01线性映射和矩阵.tex b/01线性映射和矩阵.tex index eacb175..49a7728 100644 --- a/01线性映射和矩阵.tex +++ b/01线性映射和矩阵.tex @@ -651,7 +651,7 @@ \begin{definition}[等价关系] 如果非空集合$S$的元素之间定义了一种二元关系“$\sim$”,满足: \begin{enumerate} - \item 反身性:对任意$a \in S$,$a \sin a$; + \item 反身性:对任意$a \in S$,$a \sim a$; \item 对称性:如果$a \sim b$,那么$b \sim a$; \item 传递性:如果$a \sim b, b \sim c$,那么$a \sim c$; \end{enumerate} @@ -769,7 +769,7 @@ \begin{corollary} 可逆对称矩阵$A$,如果有LDU分解$A = LDU$,则$L = U\trans$。 - 分解$A = LDF\trans$称为对称矩阵$A$的$\mathrm{LDL}\trans$分解。 + 分解$A = LDL\trans$称为对称矩阵$A$的$\mathrm{LDL}\trans$分解。 \end{corollary} \begin{theorem}[PLU分解]