mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-20 08:50:17 +00:00
fix typo
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
ee303297b0
commit
351ff97813
@ -150,7 +150,7 @@
|
||||
|
||||
#tab 根据线性相关的定义(原书定义2.17),这表明向量组 $(2, 3, 1)$,$(1, -1, 2)$,$(7, 3, 8)$ 在 $FF^3$ 中线性相关。
|
||||
|
||||
#tab 然后说明必要性:使用反证法,假设 $c != 8$ 且向量组 $(2, 3, 1), (1, -1, 2), (7, 3, c)$ 线性相关。根据定义,存在 $a_1, a_2, a_3 in FF$,使得
|
||||
#tab 然后说明必要性:使用反证法,假设 $c != 8$ 且向量组 $(2, 3, 1), (1, -1, 2), (7, 3, c)$ 线性相关。根据定义,存在 $a_1, a_2, a_3 in RR$,使得
|
||||
|
||||
$ a_1 (2, 3, 1) + a_2 (1, -1, 2) + a_3 (7, 3, c) = 0 $
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user