Skip to content

Commit

Permalink
New update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriv committed Nov 26, 2024
1 parent 89f05f9 commit e837883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 考研数学/11.向量组/2.极大线性无关组/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ $$
## 经典例题

$$
设向量组 \alpha_1 = [1 , -1 , 2 , 4] ^ {T} , \alpha_2 = [0 , 3 , 1 , 2] ^ {T} , \alpha_3 = [3 , 0 , 7 , 14] ^ {T} , \alpha_4 = [1 , -2 , 2 , 0] ^ {T} , \alpha_5 = [2 , 1 , 5 , 10] ^ {T} , 求该向量组的极大线性无关组.
\
\
设向量组 \alpha_1 = [1 , -1 , 2 , 4] ^ {T} , \alpha_2 = [0 , 3 , 1 , 2] ^ {T} , \alpha_3 = [3 , 0 , 7 , 14] ^ {T} , \alpha_4 = [1 , -2 , 2 , 0] ^ {T} , \alpha_5 = [2 , 1 , 5 , 10] ^ {T} , 求该向量组的极大线性无关组.
\
\\
\
Expand All @@ -48,7 +50,7 @@ $$
$$

$$
A =
A =
\begin{pmatrix}
1 & -2 & -1 & 2 \\
2 & -3 & -2 & 3 \\
Expand Down
2 changes: 1 addition & 1 deletion 考研数学/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
8. []
9. [行列式](9.行列式)
10. [矩阵](10.矩阵)
11. []
11. [向量组](11.向量组)
12. []
13. []
14. []

0 comments on commit e837883

Please sign in to comment.