“This is the fifth day of my participation in the Gwen Challenge in November. Check out the details: The Last Gwen Challenge in 2021.”
preface
Hello! Friend!!!
Thank you very much for reading haihong’s article, if there are any mistakes in the article, please point out ~
Self-introduction ଘ(੭, ᵕ)੭
Nickname: Haihong
Tag: programmer monkey | C++ contestant | student
Introduction: because of C language to get acquainted with programming, then transferred to the computer major, had the honor to get some national awards, provincial awards… Has been confirmed. Currently learning C++/Linux/Python
Learning experience: solid foundation + more notes + more code + more thinking + learn English well!
Machine learning little White stage
The article is only used as my own study notes for the establishment of knowledge system and review
Know what is, know why!
6.5 Matrix expression of linear transformation
Define 6
Let TTT be a linear transformation in the linear space VnV_nVn, in which a basis α1,α2… , alpha n \ alpha_1 \ alpha_2,… , \ alpha_n alpha 1, alpha 2,… ,αn, if the image of this basis under transformation TTT (expressed linearly by this basis) is:
T remember (alpha 1, alpha 2,… , alpha n) = (T (alpha 1), T (alpha 2),… T (n), T (alpha) \ alpha_1 \ alpha_2,… ,\alpha_n)=(T(\alpha_1),T(\alpha_2),… T, T (\ alpha_n)) (alpha 1, alpha 2,… , alpha n) = (T (alpha 1), T (alpha 2),… ,T(αn)), then equation (1) can be expressed as
Among them
So, AAA is called the linear transformation TTT at the basis α1,α2… , alpha n \ alpha_1 \ alpha_2,… , \ alpha_n alpha 1, alpha 2,… Alpha n matrix
Theorem 2
Let’s take two bases in the linear space VnV_nVn
By the base alpha 1, alpha 2,… , alpha n \ alpha_1 \ alpha_2,… , \ alpha_n alpha 1, alpha 2,… , alpha n to the beta 1, beta 2,… , beta n \ beta_1 \ beta_2,… , \ beta_n beta 1, beta 2,… B=P−1APB=P^{-1}APB=P−1AP
prove
Alpha 1, alpha 2,… , alpha n \ alpha_1 \ alpha_2,… , \ alpha_n alpha 1, alpha 2,… , alpha n to the beta 1, beta 2,… , beta n \ beta_1 \ beta_2,… , \ beta_n beta 1, beta 2,… , the transition matrix of βn is PPP, and
The deformation is
And the matrix of the linear transformation TTT in VnV_nVn under these two bases is A, BA, BA, B, and
So, there are
Because (beta 1, beta 2,… , beta, n) (\ beta_1, \ beta_2,… , \ beta_n) (beta 1, beta 2,… Beta n is linearly independent, so
Beta = (beta 1, beta 2,… N) and beta \ beta = (\ beta_1 \ beta_2,… , \ beta_n) beta = (beta 1, beta 2,… , beta n) linear independence, can explain the beta \ beta beta reversible, is beta – 1 \ beta ^ {1} beta – 1 beta B = beta P – 1 in equation AP \ beta = B \ beta P ^ {1} AP beta B = beta – 1 P AP, At the same time left by beta – 1 \ beta ^ {1} beta – 1 can be B = P – 1 APB = P ^ {1} APB = P – 1 ap
Definition of 7
The dimension of the image space T(Vn)T(V_n)T(Vn) of the linear space TTT is called the rank of the linear transformation TTT
- If AAA is the matrix of TTT, then the rank of TTT is R(A)R(A)R(A).
- If the rank of TTT is RRR, then the dimension of TTT’s kernel STS_TST is N − Rn-Rn − R
For example,
Example 11
In P[x]3P[x] 3P[x] 3P[x]3, take the basis
Find the matrix of the differential operation DDD
Answer:
Apply a linear transformation to each of these bases (DDD in this case, the first derivative)
Therefore,
So the matrix of the differential operation DDD under this basis is zero
I take a linear transformation of PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI
conclusion
Description:
- Refer to textbook “linear algebra” fifth edition tongji University mathematics department
- With the book concept explanation combined with some of their own understanding and thinking
The essay is just a study note, recording a process from 0 to 1
Hope to help you, if there is a mistake welcome small partners to correct ~
I am haihong ଘ(੭, ᵕ)੭
If you think it’s ok, please give it a thumbs up
Thanks for your support ❤️