markdown
Linear maps and matricesmd 083ca04
lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md
Download PDF

Linear maps線型写像せんけいしゃぞう and matrices行列ぎょうれつ

date2026-07-14document_iddoc_93b96c9311e12f30022f3f35afeafe98description行列を線型写像の座標表示として導入し、基底の像、列ベクトル、列空間、階数、列基本変形、行列式へ続く関係を整理する講義である。prerequisites線型性の基本 / ベクトル空間と基底 / ベクトルの成分表示 / 一次変換の感覚type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/linearity-basics.lecture.n.md / data/lecture/math/linear-algebra/vector-spaces-and-bases.lecture.n.md / data/lecture/math/linear-algebra/linear-combinations-and-spans.lecture.n.md / data/lecture/math/linear-algebra/meaning-of-matrix-multiplication.lecture.n.md / data/lecture/math/linear-algebra/elementary-column-operations.lecture.n.md / data/lecture/math/linear-algebra/column-independence-and-rank.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md / data/lecture/math/linear-algebra/determinants.lecture.n.md / data/lecture/math/linear-algebra/change-of-basis-and-similarity.lecture.n.md / data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md / data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md / data/lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md / data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md / data/lecture/math/linear-operator/linear-operator-equation-basics.lecture.n.md / data/exercise/math/linear-algebra/linearity-and-linear-maps.exercise.n.md / data/exercise/math/linear-algebra/matrix-computation-and-linear-transformations.exercise.n.md
mathlinear-algebraundergraduatelecture

1Introduction

In linear algebra線型代数せんけいだいすう, the most important point is to understand a matrix行列ぎょうれつ not merely as a table of numbers, but as a coordinate representation座標表示ざひょうひょうじ of how a map moves vectors.

If one follows only matrix calculations, the rules of multiplication and component calculation remain, but the main object is the action作用さよう on a space空間くうかん. This lecture connects two facts: a linear map線型写像せんけいしゃぞう is determined by the images of a basis基底きてい, and each column of a matrix records those images in coordinates.

2Terms and definitions

A linear map線型写像せんけいしゃぞう is a map写像しゃぞう that preserves vector addition加法かほう and scalar multiplicationスカラーばい. Precisely, for all vectors u,v and all scalars c,

T(u+v)=T(u)+T(v),T(cu)=cT(u)

must hold.

The first condition,

T(u+v)=T(u)+T(v),

is called additivity加法性かほうせい. It says that adding first and then mapping gives the same result as mapping first and then adding. Geometrically, the parallelogram rule for vector addition is not broken.

The second condition,

T(cu)=cT(u),

is called homogeneity同次性どうじせい. It says that scaling first and then mapping gives the same result as mapping first and then scaling. Geometrically, scale relationships along lines through the origin are preserved.

Linearity線型性せんけいせい means satisfying additivity and homogeneity at the same time. One condition alone is not enough. More generally, a linear map線型写像せんけいしゃぞう satisfies

T(c1v1++ckvk)=c1T(v1)++ckT(vk).

Thus forming a linear combination線型結合せんけいけつごう before applying the map is the same as applying the map to each vector and then taking the same linear combination.

This property is why the images of the basis vectors determine the whole map. Without linearity線型性せんけいせい, knowing the images of the basis vectors would not determine where their sums or scalar multiples go.

A linear map線型写像せんけいしゃぞう preserves sums, scalar multiples, linear combinations, and the structure of subspaces部分空間ぶぶんくうかん. It does not necessarily preserve everything: different vectors may collapse to the same vector, and lengths, angles, areas, and volumes may change. A useful interpretation is that a linear map preserves the additive and scaling skeleton of a vector space.

A matrix行列ぎょうれつ is a representation表現ひょうげん of a linear map after bases have been chosen.

A coordinate map座標写像ざひょうしゃぞう sends a vector v to its coordinate vector座標ざひょうベクトル [v]B with respect to a basis B.

A representation matrix表現行列ひょうげんぎょうれつ of a linear map線型写像せんけいしゃぞう T:VW is the matrix that describes T in coordinates with respect to a basis B of the domain and a basis C of the codomain.

4Intuitive explanation

4.11. Interpretation as a map

A linear map線型写像せんけいしゃぞう is a transformation that sends the origin原点げんてん to the origin and preserves sums and scalar multiples. A line through the origin is sent to a line through the origin or collapses to a point. Expansions, contractions, rotations, and shears are typical examples of linear maps.

The reason for this definition is that it extracts transformations that do not break the basic operations of vector spaces: vector addition and scalar multiplication. This is what makes the whole map recoverable from the images of a basis.

4.22. Meaning of column vectors

If the columns of a matrix行列ぎょうれつ are treated as mere lists of numbers, their meaning is hidden. In a general basis, each column is not necessarily the image vector itself; it is the coordinate vector of the image of one basis vector in the codomain basis. Only for the standard basis標準基底ひょうじゅんきてい can the column be read directly as the image vector itself.

4.33. Connection with calculation

When a matrix is multiplied by a coordinate vector, the coefficients of the input vector are used to take a linear combination線型結合せんけいけつごう of the images of the basis vectors. Matrix multiplication is therefore not a mysterious rule. It is the operation of constructing the output by combining the images of the basis vectors.

5Precise explanation

5.11. Images of a basis determine the map

Choose a basis基底きてい e1,[PARSE ERROR: Undefined("Command(\"dots\")")],en. Every vector v can be written as

v=x1e1++xnen.

By linearity線型性せんけいせい,

T(v)=x1T(e1)++xnT(en).

Therefore, once T(ei) is known for every basis vector, T is completely determined. This is the precise form of the statement that the columns of a matrix record the images of basis vectors.

5.22. What the columns of a matrix are

First consider the standard basis標準基底ひょうじゅんきてい. The matrix of a linear map is obtained by arranging the vectors T(ei) as columns:

A=([PARSE ERROR: Undefined("Command(\"vert\")")][PARSE ERROR: Undefined("Command(\"vert\")")]T(e1)T(en)[PARSE ERROR: Undefined("Command(\"vert\")")][PARSE ERROR: Undefined("Command(\"vert\")")]).

For an input vector x=(x1,[PARSE ERROR: Undefined("Command(\"dots\")")],xn)T,

Ax=x1T(e1)++xnT(en).

So matrix-vector multiplication is a column-wise linear combination.

5.33. Coordinate maps and representation matrices

Let the ordered basis of the domain V be

B=(v1,[PARSE ERROR: Undefined("Command(\"dots\")")],vn),

and let the ordered basis of the codomain W be

C=(w1,[PARSE ERROR: Undefined("Command(\"dots\")")],wm).

The coordinate maps are

[·]B:VFn,[·]C:WFm.

The representation matrix表現行列ひょうげんぎょうれつ is the matrix [T]CB satisfying

[T(x)]C=[T]CB[x]B.

If

T(vj)=a1jw1++amjwm,

then the coefficients aij form the matrix

[T]CB=A=(aij).

Equivalently, the j-th column is

[T(vj)]C.

5.44. Composition and matrix products

For linear maps

T:VW,S:WZ,

with compatible bases B,C,D,

[ST]DB=[S]DC[T]CB.

Thus a matrix product represents composition of maps. In ABx, the matrix B acts first and A acts second.

5.55. Concrete example with the standard basis

Suppose

T(e1)=(21),T(e2)=(01).

Then the matrix is

A=(2011).

For an input vector (x,y)T,

A(xy)=x(21)+y(01)=(2xx+y).

This example shows directly that each column stores the action of the map on one basis vector.

5.66. Concrete example with a nonstandard basis

The same map can have a different representation matrix when the basis is changed. Consider the linear map on R2

T(x,y)=(2x,x+y).

In the standard basis,

Astd=(2011).

Now use the nonstandard basis非標準基底ひひょうじゅんきてい

B=(b1,b2),b1=(10),b2=(11).

Then

T(b1)=(21)=1b1+1b2,

and

T(b2)=T(11)=(22)=0b1+2b2.

Therefore the representation matrix with respect to B is

[T]B=(1012).

Check this with the concrete vector x=(3,1)T. In the basis B,

(31)=2b1+1b2,[x]B=(21).

Then

[T]B[x]B=(1012)(21)=(24).

This coordinate vector represents

2b1+4b2=(64).

Directly applying the map also gives

T(31)=(64).

The map did not change; the coordinate system and the representation matrix changed.

5.77. How a representation matrix changes with a basis

Order note: this subsection previews later lectures on change of basis基底変換きていへんかん, similarity相似そうじ, and eigenvalues固有値こゆうち. Here P-1 means the inverse matrix逆行列ぎゃくぎょうれつ satisfying P-1P=PP-1=I, and similarity相似そうじ means the relation Anew=P-1AoldP. The proofs that eigenvalues, characteristic polynomials, and minimal polynomials are preserved by similarity are deferred to later lectures.

data/lecture/math/linear-algebra/change-of-basis-and-similarity.lecture.n.md data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md data/lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md

For the same vector space, suppose the old and new coordinates are related by the change-of-coordinates matrix座標変換行列ざひょうへんかんぎょうれつ P:

[x]old=P[x]new.

If

[T(x)]old=Aold[x]old,

then converting the output back to new coordinates gives

[T(x)]new=P-1AoldP[x]new.

Therefore

Anew=P-1AoldP.

If the bases in the domain and codomain are changed separately, using P on the domain side and Q on the codomain side gives

Anew=Q-1AoldP.

When only the basis of the same space is changed, matrices related by Anew=P-1AoldP are called similar相似そうじ. Similar matrices represent the same linear map線型写像せんけいしゃぞう in different bases and share invariants such as eigenvalues, characteristic polynomial, and minimal polynomial.

6Bridge to later concepts

This section previews how elementary column operations, rank, and determinants are read from the linear-map viewpoint. Rank and determinants are defined in detail later, but the structural interpretation starts here.

6.11. The column space is the image

Let A=[a1an] and define TA:KnKm by TA(x)=Ax. Then

imTA=Col(A).

Indeed, for x=(x1,,xn)T,

Ax=x1a1++xnan.

Thus every output is a linear combination of the columns, and every linear combination of the columns is obtained as Ax for a suitable x.

6.22. Column operations are invertible input-side changes

If F is invertible, then AF represents the composite map TATF, because

(AF)y=A(Fy).

Since F maps Kn onto Kn,

im(TATF)=imTA.

Therefore

Col(AF)=Col(A),

so rank is preserved.

6.33. The determinant is the square case volume scale factor

For a square matrix, the determinant, introduced later, measures oriented volume scaling. If rank is less than n, n-dimensional volume collapses and the determinant is zero. Later this becomes the theorem

Aisinvertiblerank(A)=ndetA0.
data/lecture/math/linear-algebra/elementary-column-operations.lecture.n.md data/lecture/math/linear-algebra/rank-basics.lecture.n.md data/lecture/math/linear-algebra/determinants.lecture.n.md

7Other viewpoints

7.1Geometric viewpoint

A linear map線型写像せんけいしゃぞう stretches, contracts, rotates, or shears a plane or space while preserving the linear structure. From this viewpoint, the imageぞう records where vectors can be sent, and the kernelかく records which directions collapse to zero.

Solving Ax=0 for a matrix A detects directions that the map sends to the origin. Geometrically, Gaussian elimination for finding the kernel checks which degrees of freedom disappear.

7.2Algebraic viewpoint

From the perspective of coordinate calculation, a matrix is a table of components. By tracking how the input coefficients are recombined, one can read the action of the map as a formula.

7.3Structural viewpoint

From the perspective of maps, a matrix represents how a space is transformed. The bridge between the computational and structural viewpoints is the image of a basis. In university mathematics, it is natural to regard the matrix not as the map itself, but as the expression of a linear map線型写像せんけいしゃぞう after a basis has been chosen.

8Scope of validity

A matrix行列ぎょうれつ depends on the chosen basis基底きてい, but the linear map線型写像せんけいしゃぞう itself does not.

Changing the basis can turn the same map into a different matrix. Therefore, if one looks only at the matrix and thinks it is the transformation itself, the basis-dependence of the representation is missed.

9Criteria

  • If the meaning of each column is being asked, interpret it as the image of a basis vector, or as the coordinates of that image in the codomain basis.
  • If the meaning of a matrix product becomes unclear, reduce it to a linear combination of column vectors.
  • If a basis change appears, distinguish the underlying map from its matrix representation.

10Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]Alinearmapisdeterminedbytheimagesofabasis

[PARSE ERROR: Undefined("Command(\"boxed\")")]Amatrixisacoordinaterepresentationofalinearmap

[PARSE ERROR: Undefined("Command(\"boxed\")")][T(x)]C=[T]CB[x]B

[PARSE ERROR: Undefined("Command(\"boxed\")")]columnj=[T(vj)]C

[PARSE ERROR: Undefined("Command(\"boxed\")")][T(v)]C=A[v]B

[PARSE ERROR: Undefined("Command(\"boxed\")")][ST]DB=[S]DC[T]CB

[PARSE ERROR: Undefined("Command(\"boxed\")")]Basischangeandsimilarityaretreatedindetailonalaterpage

11In one sentence

  • The actual object behind a matrix行列ぎょうれつ is a linear map線型写像せんけいしゃぞう, and the matrix is its coordinate representation after a basis基底きてい has been chosen.
  • In a general basis, a column records the coordinate vector of the image of a basis vector.
  • When the basis changes, the same linear map線型写像せんけいしゃぞう can have a different representation matrix表現行列ひょうげんぎょうれつ.

This subsection is a preview of later lectures, not a primary definition for this lecture. It points ahead to change of basis and similarity, eigenvalues and eigenvectors, and minimal polynomials. Here we use only the minimum needed to see that a representation matrix depends on the chosen basis.

P is the change-of-coordinates matrix座標変換行列ざひょうへんかんぎょうれつ that converts new coordinates into old coordinates. P-1 converts old coordinates back into new coordinates; its existence and computation belong to the later lectures on inverse matrices and change of basis. Matrices related by Anew=P-1AoldP are called similar相似そうじ.

An eigenvalue固有値こゆうち is a scalar λ for which Av=λv has some v0. The characteristic polynomial特性多項式とくせいたこうしき is det(tI-A), and the minimal polynomial最小多項式さいしょうたこうしき is the monic polynomial of least degree such that m(A)=0. These are treated later as quantities preserved by similarity.

data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md data/lecture/math/linear-algebra/change-of-basis-and-similarity.lecture.n.md data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md data/lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md

A linear map線型写像せんけいしゃぞう is the coordinate-free object; a matrix行列ぎょうれつ is its coordinate representation after bases have been chosen. The columns of the representation matrix are the images of the domain basis vectors, written in the codomain basis, so the whole map is determined by what it does to a basis.

The main checks are therefore: preserve addition and scalar multiplication, read the kernelかく as the set sent to 0, read the imageぞう as the span of the columns, and compose maps in the same order as matrix multiplication permits. If the domain or codomain basis changes, the map has not changed, but the representing matrix has.

12Theorem and proof: images of a basis determine a linear map

Let e1,[PARSE ERROR: Undefined("Command(\"dots\")")],en be a basis of V. A linear map線型写像せんけいしゃぞう T:VW is uniquely determined by the vectors T(e1),[PARSE ERROR: Undefined("Command(\"dots\")")],T(en).

Indeed, every vV has a unique expression

v=x1e1++xnen.

By linearity,

T(v)=x1T(e1)++xnT(en).

Thus knowing the images of the basis vectors determines T(v) for every vector v, and hence determines the whole map.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる