User:IssaRice/Linear algebra/Linear transformation vs matrix views: Difference between revisions
(Created page with "Given an <math>m\times n</math> matrix <math>A</math> we can define a linear map <math>T : \mathbf R^n \to \mathbf R^m</math> by <math>T(x) = Ax</math>. Given a linear map <m...") |
No edit summary |
||
Line 2: | Line 2: | ||
Given a linear map <math>T : V \to W</math>, it is not immediately possible to get a corresponding matrix. We must choose some basis <math>v_1,\ldots,v_n</math> for <math>V</math> and a basis <math>w_1,\ldots,w_m</math> for <math>W</math>. Then we can get a matrix by setting the <math>k</math>th column to be <math>Tv_k</math> written in the basis <math>w_1,\ldots,w_m</math>. | Given a linear map <math>T : V \to W</math>, it is not immediately possible to get a corresponding matrix. We must choose some basis <math>v_1,\ldots,v_n</math> for <math>V</math> and a basis <math>w_1,\ldots,w_m</math> for <math>W</math>. Then we can get a matrix by setting the <math>k</math>th column to be <math>Tv_k</math> written in the basis <math>w_1,\ldots,w_m</math>. | ||
We would hope that any property we attribute to a linear map is invariant of the matrix we use to represent it. For instance if <math>T : V \to W</math> is called "injective" then it should be injective regardless of what matrix we use. Similarly given any matrix that is injective, any of the possible linear maps that that matrix represents should be injective. | |||
Examples of other properties like this: injective, surjective, bijective, rank, diagonalizable |
Revision as of 21:56, 27 June 2019
Given an matrix we can define a linear map by .
Given a linear map , it is not immediately possible to get a corresponding matrix. We must choose some basis for and a basis for . Then we can get a matrix by setting the th column to be written in the basis .
We would hope that any property we attribute to a linear map is invariant of the matrix we use to represent it. For instance if is called "injective" then it should be injective regardless of what matrix we use. Similarly given any matrix that is injective, any of the possible linear maps that that matrix represents should be injective.
Examples of other properties like this: injective, surjective, bijective, rank, diagonalizable