mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
2A p5
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
e20c209be5
commit
f74ff3f228
@ -122,3 +122,17 @@
|
||||
|
||||
#tab 这与线性无关的定义矛盾。因此,$v_1$ 和 $v_2$ 线性无关当且仅当组中两个向量的任意一个不是另一个的标量倍。
|
||||
]
|
||||
|
||||
#exercise_sol(type: "answer")[
|
||||
求一数 $t in RR$,使得向量组
|
||||
|
||||
$ (3, 1, 4)"," (2, -3, 5)"," (5, 9, t) $
|
||||
|
||||
在 $RR^3$ 中不是线性无关的。
|
||||
][
|
||||
$t = 2$。为了说明这一点,注意到,
|
||||
|
||||
$ (-3) (3, 1, 4) + 2 (2, -3, 5) + 1 (5, 9, 2) = 0 $
|
||||
|
||||
#tab 这表明向量组 $(3, 1, 4)$,$(2, -3, 5)$,$(5, 9, 2)$ 在 $RR^3$ 中不是线性无关的。
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user