Let a1 an Rn and let A be the matrix whose jth column is aj
     Let a_1, ...., a_n  R^n and let A be the matrix whose j-th column is a_j. If A is an invertible matrix, prove that for every choice of b_1, ...., b_n  R^n there exists a linear transformation T from R^n into R^n such that T(a_j) = b_j. 
  
  Solution
Since a1,a2, ...,an Rn, therefore each ai is a n-vector and hence A is a n x n matrix. Let us define T: Rn Rn : T(x) = AT(x) where x is also a n-vector. Since A is invertible, therefore AT is also invertible. Thus, if AT(x) = bn, then x = (AT)-1bn = (A-1)Tbn. Thus, T : Rn Rn is defined as T ( (A-1)Tbn) = bn , is the required linear transformation.

