MindMap Gallery Matrix (top) mind map
This is a mind map about matrices (Part 1), including basic concepts, operations, inverses of matrices, anecdotes of matrices, etc. Interested friends, please pay attention to the collection~~
Edited at 2023-11-06 17:36:26This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
matrix
basic concept
nth order matrix i.e. nth order square matrix
Diagonal element and main diagonal
Several special square arrays
diagonal matrix of order n
Identity matrix, quantity matrix
Upper triangular matrix, lower triangular matrix
Row vectors and column vectors
n-dimensional row vector
m-dimensional column vector
Isomorphic matrix
Prerequisites for matrix equality
zero matrix
negative matrix
Linear transformation, identity transformation
Operation
Linear operations
addition
Premise: Isomorphic matrix
Add corresponding elements
operational laws
exchange
combine
eliminate
Multiply numbers
Each element must be multiplied
operational laws
combine
distribute
multiplication
Premise: Number of rows in A = number of columns in B
The sum of the products of the corresponding elements of the i-th row of A and the j-th column of B
operational laws
associative law
distributive law
The associative law of multiplication and multiplication
EA=A,AE=A
Notice
Matrix multiplication generally does not satisfy the commutative law or elimination law
Conditions for exchange: A matrix can be exchanged with its identity matrix or quantity matrix of the same order.
Question type: Find a matrix that can be exchanged with matrix A (i.e. AX=XA)
Fang Mi
Prerequisite: Square Array
Similar to the operation of exponentiation
but! ! (AB)^k! =A^kB^k is not equal! !
A raised to the 0th power = E
Polynomial of degree m of A
Transpose matrix
Replace all rows with corresponding columns
operational laws
The transposed transpose is the original matrix
The transpose of the sum = the transposed sum (can be generalized)
Transpose of kA = transpose of k times A
The transpose of AB = the transpose of B times the transpose of A (generalization: reverse everything)
Symmetric matrix
Transposed matrix = original matrix
antisymmetric matrix
Transposed matrix =-original matrix
determinant of square matrix
Prerequisite: If it is a square matrix
nature
The determinant of the transposed matrix = the determinant of the original matrix
|kA|=k^n|A|
|AB|=|A||B|
|AB|=|BA|
inverse of matrix
Prerequisite: n-order square matrix
Definition: If AB=E exists, A is said to be invertible and B is the inverse matrix of A; if B does not exist, A is said to be an irreversible matrix or a singular matrix.
Adjoint matrix
Theorem: The necessary and sufficient condition for an n-order square matrix A to be an invertible matrix is |A|! =0
Three relations between the inverse, adjoint and determinant of a matrix
Inverse of A=A adjoint/determinant of A
The adjoint inverse of A = A/|A|
Determinant of A adjoint =|A|^(n-1)
nature
The inverse of the inverse is the original matrix
The inverse of kA is the inverse of k/k A
The inverse determinant of A = one-tenth of the determinant of A
The inverse of the transpose of A = the transpose of the inverse of A
The inverse of AB multiplied by = the inverse of B times the inverse of A
same side elimination law
application
Solving a system of linear equations using the inverse of a matrix: x = inverse of A multiplied by b
Rank of the matrix
K-order subformula
A determinant, a number
definition
There is a non-zero subformula of order r in A, and all subformulas of order (r-1) are zero, then the rank of A is r
It is stipulated that r(0)=0
inference
r(A) is less than the number of rows or columns of A, whichever is smaller
Any square matrix can be uniquely expressed as the sum of a symmetric matrix and an antisymmetric matrix