User:IssaRice/Linear algebra/Linear transformation vs matrix views: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 6: Line 6:


Examples of other properties like this: injective, surjective, bijective, rank, diagonalizable
Examples of other properties like this: injective, surjective, bijective, rank, diagonalizable
On the other hand, a property like "the sum of the columns is equal to such and such" is not invariant

Revision as of 21:59, 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

On the other hand, a property like "the sum of the columns is equal to such and such" is not invariant