Matrices
This chapter systematically studies the basic concepts, operations, properties, elementary transformations, inverse matrices, adjugate matrices, and rank of matrices.
Definition and Types of Matrices
- matrix:
- Square matrix, zero matrix, identity matrix, diagonal matrix, symmetric matrix, skew-symmetric matrix
Matrix Operations
- Addition, scalar multiplication: add corresponding elements of matrices of the same type, scalar multiplication multiplies each element
- Multiplication: ,
- Transpose:
Properties of Matrices
- Addition and scalar multiplication satisfy commutative, associative, and distributive laws
- Multiplication satisfies associative and distributive laws, but not commutative law
Inverse and Adjugate Matrices
- Inverse matrix:
- Invertibility condition:
- Adjugate matrix: ,
Elementary Transformations and Elementary Matrices
- Elementary row (column) transformations: swap, add multiple, scalar multiplication
- Elementary matrix: obtained by performing an elementary transformation on the identity matrix
- One-to-one correspondence between elementary matrices and elementary transformations
Rank and Equivalence of Matrices
- Rank: the maximum number of linearly independent rows (or columns)
- Equivalence: can be transformed into each other by a finite number of elementary transformations
- Block matrices and their operations
Exercises
- Determine the types of the following matrices: , .
- Compute , where , .
- Compute , , .
- Determine whether is invertible. If so, find .
- Find the adjugate matrix of .
- Write the elementary matrix that swaps the first and second rows of .
- Find the rank of .
Reference Answers
1. Determine the types of the following matrices
: identity matrix, symmetric matrix; : symmetric matrix
2. Compute
3. Compute
4. Determine whether is invertible. If so, find
, so it is invertible.
5. Find the adjugate matrix of
6. Write the elementary matrix that swaps the first and second rows of
7. Find the rank of
The two rows are proportional, so the rank is 1.
上一章节
Determinants Learn the concepts, properties, and calculation methods of determinants, laying the foundation for solving systems of linear equations.
下一章节
Systems of Linear Equations Understand the structure of solutions for homogeneous and nonhomogeneous systems, master Cramer's rule, fundamental solution sets, general solutions, and elementary row transformations.