User:IssaRice/Linear algebra/Linear transformation vs matrix views

From Machinelearning

Given an m×n matrix A we can define a linear map T:RnRm by T(x)=Ax.

Given a linear map T:VW, it is not immediately possible to get a corresponding matrix. We must choose some basis v1,,vn for V and a basis w1,,wm for W. Then we can get a matrix by setting the kth column to be Tvk written in the basis w1,,wm.

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 T:VW 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