mirror of
https://github.com/szdytom/LADRSolutions.git
synced 2025-10-19 16:30:16 +00:00
3B p2
Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
parent
6dbaebcb78
commit
572b6018b2
@ -1,5 +1,5 @@
|
||||
#import "../styles.typ": exercise_sol, tab
|
||||
#import "../math.typ": null, range
|
||||
#import "../math.typ": null, range, LinearMap
|
||||
|
||||
#exercise_sol(type: "answer")[
|
||||
给出一例:满足 $dim null T = 3$ 且 $dim range T = 2$ 的线性映射 $T$。
|
||||
@ -15,3 +15,13 @@
|
||||
|
||||
#tab 于是 $dim null T = 3$ 且 $dim range T = 2$。
|
||||
]
|
||||
|
||||
#exercise_sol(type: "proof")[
|
||||
设 $S, T in LinearMap(V)$ 使得 $range S subset.eq null T$,证明:$(S T)^2 = 0$。
|
||||
][
|
||||
设 $v in V$。考虑到 $S (T v) in range S subset.eq null T$,根据定义,$ T S T v = 0$。根据线性映射将 $0$ 映射到 $0$(原书3.10),
|
||||
|
||||
$ (S T)^2 v = S (T S T) v = S 0 = 0 $
|
||||
|
||||
因此 $(S T)^2 = 0$。
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user