linear algebra portal
1Introduction
This page is the entrance to the foundational
The English route should be read as the same course map, not as a shortened summary. Start with
When choosing a next page, check what kind of question you are answering. Computational questions usually point to row reduction, determinants, inverse matrices, or matrix products. Structural questions usually point to bases, kernels, images, rank, similarity, or diagonalization. Metric questions use inner products, projections, least squares, orthogonal diagonalization, SVD, and pseudoinverses.
2Overall map
The central object is not a table of numbers but a
With this viewpoint, a
3Assumptions and scope
The basic setting is a finite-dimensional
The important habit is to keep the hypotheses of every theorem. Orthogonal diagonalization of a symmetric matrix does not apply to an arbitrary diagonalizable matrix. Tests using a
4Intuitive guide
The intuition of
| Concept | Geometric reading | Later question it answers |
|---|---|---|
| All output directions reachable from inputs | Does a solution exist? | |
| Input directions sent to zero | Is information lost? | |
| Dimension that survives without collapse | How much information is preserved by the map? | |
| Scale factor of area or volume | Is the map | |
| Scale factor on an axis whose direction does not change | Can the transformation be decomposed by direction? | |
| Tool for measuring length, angle, and orthogonality | Can projection or least squares be used? |
Keeping this overview first connects
5What changes and what is preserved
In
| Operation or viewpoint | What changes | What is preserved | Why to check it |
|---|---|---|---|
| Coordinate representation and matrix representation | The vector itself and the | To avoid confusing a representation with the object represented | |
| The visible equations and the arrangement of the column space | The solution set of the system, | To justify reading solutions after elimination | |
| Coordinates of unknowns and the representation of the row space | To understand the operation as replacing a generating set | ||
| A vector is decomposed into a component in a subspace and an error | The property of being the nearest point in the | To give the reason for least squares | |
| Coordinate axes and matrix representation | The | To decompose a complicated transformation into direction-wise scale factors |
This table previews properties proved in later lectures. Although it looks slightly ahead in the order of study, the reason for considering each
60. Linearity, linear maps, and matrix columns
Therefore the images of
71. Basic computational tools
After adopting the viewpoint of
The caution here is not to detach the computation from the linear map. Matrix multiplication represents
82. Systems, elementary operations, and invertibility
The equation asks for an input that reaches the output .
93. Change of basis 基底変換 きていへんかん and similarity 相似 そうじ
A change of basis changes the coordinate representation, not the vector or
104. Determinants 行列式 ぎょうれつしき , volume scaling, and invertibility 可逆性 かぎゃくせい
data/lecture/math/linear-algebra/determinants.lecture.n.md
data/lecture/math/linear-algebra/determinant-computation-rules.lecture.n.md
data/lecture/math/linear-algebra/cofactor-expansion-and-invertibility.lecture.n.md
A
115. Inner products, orthogonality, and projection
Linearity alone does not measure length or angle. Adding an inner product introduces length, angle, orthogonality, and projection.
126. eigenvalues 固有値 こゆうち , eigenvectors 固有 こゆう ベクトル , and diagonalization
An
137. Where inner products and eigenvalues 固有値 こゆうち meet
data/lecture/math/linear-algebra/symmetric-matrices-and-orthogonal-diagonalization.lecture.n.md
data/lecture/math/linear-algebra/quadratic-forms-and-positive-definite-matrices.lecture.n.md
For symmetric and Hermitian matrices,
Over the complex numbers,
In the complex route, it is easier to proceed from
148. Entrance to advanced topics
data/lecture/math/linear-algebra/introduction-to-singular-value-decomposition.lecture.n.md data/lecture/math/linear-algebra/pseudoinverse-basics.lecture.n.md data/lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md15Exercise links
After checking definitions and reasons in the lectures, the exercises ask not only whether a computation can be done but also what each operation preserves and what it changes. Worked examples are used to stabilize understanding, while exercise problems check whether you can make the judgment yourself.
data/exercise/math/linear-algebra/linearity-and-linear-maps.exercise.n.md data/exercise/math/linear-algebra/vectors-and-linear-combinations.exercise.n.md data/exercise/math/linear-algebra/matrix-computation-and-linear-transformations.exercise.n.md data/exercise/math/linear-algebra/change-of-basis-and-similarity.exercise.n.md data/exercise/math/linear-algebra/elementary-operations-and-linear-systems.exercise.n.md data/exercise/math/linear-algebra/echelon-forms-and-gaussian-elimination.exercise.n.md data/exercise/math/linear-algebra/elementary-column-operations-and-variable-changes.exercise.n.md data/exercise/math/linear-algebra/determinants-and-invertibility.exercise.n.md data/exercise/math/linear-algebra/vector-spaces-bases-and-rank.exercise.n.md data/exercise/math/linear-algebra/inner-products-orthogonality-and-projections.exercise.n.md data/exercise/math/linear-algebra/complex-inner-products-and-unitary-matrices.exercise.n.md data/exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md data/exercise/math/linear-algebra/quadratic-forms-minimal-polynomials-and-jordan-form.exercise.n.md data/exercise/math/linear-algebra/svd-and-pseudoinverses.exercise.n.md16Recommended order
16.1Recommended route starting from linearity 線型性 せんけいせい
- Check
linearity through additivity and homogeneity.線型性 せんけいせい - Check the basic operations on
vectors ベクトル as operations preserved by linearity. - Check
linear combinations and spans.線型結合 せんけいけつごう - Check that a
basis represents every vector uniquely.基底 きてい - Understand a
linear map as a transformation determined by the images of basis vectors.線型写像 せんけいしゃぞう - Read the
columns of a matrix as images of basis vectors.列 れつ - Read matrix products as composition of linear maps.
- Read
rank as image dimension and階数 かいすう kernel as input directions collapsed to zero.核 かく - Interpret systems of linear equations, row operations, and invertibility as information preservation.
- Use change of basis to develop the habit of changing only the representation.
- Connect determinants to volume scale factors, inner products to length and angle, and
eigenvalues to direction-wise scale factors.固有値 こゆうち
16.2Computation-first auxiliary route
- Check matrix operations and size conditions.
- Use elementary row operations and echelon forms to proceed toward Gaussian elimination.
- Check inverse-matrix procedures and determinant calculation rules.
- Reinterpret pivots,
rank , and determinants as the image, kernel, and volume scale factor of a階数 かいすう linear map .線型写像 せんけいしゃぞう