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

From Machinelearning
Revision as of 21:50, 27 June 2019 by IssaRice (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.