Skip to content

Commit 92acb1b

Browse files
committed
update: linear-algebra-2-midterm
1 parent 32bb63c commit 92acb1b

1 file changed

Lines changed: 28 additions & 3 deletions

File tree

content/posts/linear_algebra_2_midterm.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "高等代数Ⅱ期中复习笔记"
33
date = 2026-04-20
4+
updated = 2026-04-21
45

56
[extra]
67
math = true
@@ -373,7 +374,8 @@ $$\dim \ker p(T) = \dim \bigoplus (R\alpha_i) \cap \ker (p(T)) = \dim \bigoplus
373374

374375
$$\dim \left(\bigcap_{k=0}^{\deg p - 1} T^{-k}(W')\right) \geq \dim V' - (r-1)\deg P = \deg P > 0$$
375376

376-
## 往年题
377+
## 考试
378+
### 往年题
377379
{% admonition(type="question", title="2017 P4") %}
378380
设 $\operatorname{char} F = 0$, $A \in F^{n\times n}$ 的特征多项式为 $(x - 1)^n$. 证明对任意正整数 $k$, $A^k$ 与 $A$ 相似。
379381
{% end %}
@@ -389,12 +391,12 @@ $T, U \in L(V)$ 不可逆,并且 $TU$ 可对角化,证明 $(UT)^2$ 可对角
389391
$$(xg)(UT) = UTg(UT) = Ug(TU)T = 0$$
390392

391393
{% admonition(type="question", title="2017 P6") %}
392-
设 $V$ 是 $n$ 维复线性空间,$T, U \in L(V)$ 满足 $\operatorname{rank}(TU - UT) = 1$. 证明存在 $V$ 的有序基 $\mathcal{B}$ 使得 $[T]_\mathcal{B}$ 和 $[U]_\mathcal{B}$ 同时为上三角矩阵。
394+
设 $V$ 是 $n$ 维复线性空间,$T, U \in L(V)$ 满足 $\operatorname{rank}(TU - UT) = 1$. 证明存在 $V$ 的有序基 $\mathcal{B}$ 使得 $[T] _\mathcal{B}$ 和 $[U] _\mathcal{B}$ 同时为上三角矩阵。
393395
{% end %}
394396

395397
仿照同时三角化的证明。
396398

397-
容易分析得 $\ker T-cI$ 与 $\operatorname{Im} T-cI$ 之一 $U$-不变。
399+
容易分析得 $\ker (T-cI)$ 与 $\operatorname{Im} (T-cI)$ 之一 $U$-不变。
398400

399401
假设最长的旗不是全旗,则存在 $\dim W_i/W_{i-1}$. 限制在 $W_i/W_{i-1}$ 上使用结论即得矛盾。
400402

@@ -483,3 +485,26 @@ $$\alpha \in W \implies \alpha(x^2 + cx) = \alpha((x-1)^2+(c+2)(x-1)+(c+1)) \in
483485
$c \neq -2$ 时可取 $g$ 使 $g(y^2 + (c+2)y) \equiv y \pmod{y^n}$. 与 $L_A$-不变矛盾。
484486

485487
$c = -2$ 时,取 $W = \operatorname{span}\set{1, (x-1)^2, (x-1)^4, \cdots}$ 即可。
488+
489+
### 今年题
490+
完全炸了。
491+
492+
{% admonition(type="question", title="2026 P2") %}
493+
复线性空间 $\Complex^{n\times n}$ 的子空间 $W$ 满足:
494+
- $W$ 中的矩阵均可对角化
495+
- 对任意 $A, B \in W$ 总有 $AB - BA \in W$
496+
497+
证明 $W$ 中矩阵可同时对角化。
498+
{% end %}
499+
500+
只需证 $W$ 中矩阵两两交换。
501+
502+
记 $V = \Complex^{n\times n}$, 定义 $T_A(X) = AX-XA$. 有 $W$ 是 $T_A$-不变子空间。
503+
504+
由 $A$ 可对角化可知 $T_A$ 可对角化,故 $(T_A)_W$ 可对角化。
505+
506+
设 $c$ 为 $(T_A)_W$ 特征值,取 $B \in W \setminus \set{0}$ 使得 $T_A(B) = cB$. 有 $T_B(A) = -cB$. 从而:
507+
508+
$$A \in \ker (T_B)^2 = \ker T_B$$
509+
510+
从而 $c = 0$ 即 $(T_A)_W = 0$.

0 commit comments

Comments
 (0)