階数 の基本
Basics of rank
1導入 どうにゅう
この
この
1Introduction
In this lecture, the
2用語 ようご と定義 ていぎ
を
で
で
また、
と
2Terms and definitions
Let be an
The matrix-level definition of
The
3方針 ほうしん
行基本変形 ぎょうきほんへんけい elementary row operation は階数 かいすう rank を保 たも つが、列空間 れつくうかん column space そのものは一般 いっぱん に保 たも たない。列基本変形 れつきほんへんけい elementary column operation は列空間 れつくうかん column space そのものを保 たも つため、階数 かいすう rank も保 たも つ。ピボット pivot の個数 こすう は、列空間 れつくうかん column space に残 のこ る独立 どくりつ independent な方向 ほうこう の個数 こすう である。
3Plan
Rank is computed by pivots, but the meaning of the row and column operations must be separated. Row operations preserve rank but usually move the column space. Column operations preserve the column space itself. The number of pivots counts the independent directions that remain in the columns.
4直感的 ちょっかんてき な説明 せつめい
4Intuitive explanation
The columns of a matrix are generators in the output space. A column that is a linear combination of previous columns adds no new direction. Rank counts the number of genuinely independent directions spanned by the columns. For a square matrix, failure of full rank means some input direction is collapsed, so no inverse matrix exists.
5厳密 げんみつ な説明 せつめい
5.11. 行基本変形 ぎょうきほんへんけい elementary row operation が階数 かいすう rank を保 たも つ理由 りゆう
である。 は
である。ただし、 は
5.22. 列基本変形 れつきほんへんけい elementary column operation が列空間 れつくうかん column space を保 たも つ理由 りゆう
である。
である。よって
が
5.33. ピボット pivot の個数 こすう が階数 かいすう rank である理由 りゆう
を
である。
5.44. 行階数 ぎょうかいすう row rank と列階数 れつかいすう column rank が一致 いっち する理由 りゆう
である。
5.55. 解空間 かいくうかん との関係 かんけい
である。これは
5Precise explanation
5.11. Why row operations preserve rank
An elementary row operation is left multiplication by an invertible matrix . Hence
Since is an invertible linear map, it preserves dimension, so . The column space itself may move, so row operations should not be used to read a concrete basis of the original column space without returning to the original pivot columns.
5.22. Why column operations preserve the column space
An elementary column operation is right multiplication by an invertible matrix . The columns of are linear combinations of the columns of , so . Since , the reverse inclusion also holds. Therefore
5.33. Why pivots count rank
Row reduction preserves rank. In echelon form, pivot columns provide the independent directions, and non-pivot columns are linear combinations of pivot columns. Thus rank equals the number of pivots.
5.44. Row rank equals column rank
In echelon form, the number of nonzero rows equals the number of pivots. The nonzero rows are linearly independent, so row rank is . The pivot count also gives column rank . Since row operations preserve both dimensions, row rank and column rank agree for the original matrix.
5.55. Relation to the solution space
For , if there are pivot columns among variables, then there are free variables. Hence the matrix-level kernel satisfies
This is the matrix version of the rank-nullity theorem proved in the next lecture.
6具体例 ぐたいれい
を
である。もとの の
また、
6Worked example
For
row reduction gives
There are two pivots, so . To obtain a basis of the original column space, use the original pivot columns, not the reduced columns. Since there are three variables and two pivots, .
7線型写像 せんけいしゃぞう linear map への一般化 いっぱんか
ここまでの
と
7Generalization to linear maps
This lecture used the matrix-level definition. In the next lecture, rank is redefined for a linear map by
After bases are chosen, the generalized definition agrees with the matrix definition above.
data/lecture/math/linear-algebra/rank-and-nullity-of-linear-maps.lecture.n.md8見分 みわ け方 かた
ピボット pivot の個数 こすう を問 と われたら、階数 かいすう rank を求 もと めている。列空間 の列空間 れつくうかん 具体的 ぐたいてき な基底 きてい basis を問 と われたら、行基本変形 ぎょうきほんへんけい elementary row operation で位置 いち を特定 とくてい し、もとの列 れつ column へ戻 もど る。列基本変形 れつきほんへんけい elementary column operation は列空間 れつくうかん column space そのものを保 たも つが、未知数 みちすう unknown の座標 ざひょう coordinate の読 よ み方 かた を変 か える。正方行列 せいほうぎょうれつ square matrix で なら、逆行列 ぎゃくぎょうれつ inverse matrix や行列式 ぎょうれつしき determinant の判定 はんてい へ接続 せつぞく する。
8How to recognize what to use
Pivot count is rank. For a basis of the original column space, row-reduce to locate pivot positions but return to the original columns. Column operations preserve the column space itself but change the coordinate reading of unknowns. For square matrices, full rank connects to inverse matrices and determinants.
9どこまで成立 せいりつ するか
この
また、
9Scope
This lecture defines rank for finite matrices. For abstract linear maps, the natural definition is image dimension. Determinants belong to square matrices, but rank is defined for rectangular matrices as well.
10最終形 さいしゅうけい
10Final forms
11一言 ひとこと でいうと
行列版 ぎょうれつばん の階数 かいすう rank は、列空間 れつくうかん column space の次元 じげん dimension である。ピボット pivot は、その次元 じげん dimension を計算 けいさん するための印 しるし である。一般化後 いっぱんかご には、線型写像 せんけいしゃぞう linear map の像 ぞう image の次元 じげん dimension として定義 ていぎ し直 なお す。
12演習 えんしゅう リンク
data/exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md
11In one sentence
- Matrix rank is the dimension of the column space.
- Pivots compute that dimension.
- The next lecture generalizes rank to image dimension for linear maps.