Can a matrix be transformed like a vector?

  • Context: High School 
  • Thread starter Thread starter snoopies622
  • Start date Start date
  • Tags Tags
    Matrix Vector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
snoopies622
Messages
852
Reaction score
29
Suppose I have a vector space V and a matrix M such that multiplying every vector in V by M creates another vector space W. Now suppose I have another matrix A that I can also use to change vectors in V into other vectors. Does there exist a third matrix B such that - for any vector v1 in V - if Av1 = v2, Mv1 = w1 and Mv2 = w2 then Bw1 = w2 ? In other words, is there a way to transform matrix A into a matrix B analogous to the way M changes vectors in V into vectors in W, so that a kind of homomorphism is arrived at between the relationship between A and vectors in V and the relationship between B and the vectors in W?
 
Physics news on Phys.org
yes if M is an isomorphiosm, but no in general. e.g. if Mv1 = w1 = 0, then Bw1 must be zero, but there is no reason to expect Mv2 to be zero. I hope got this straight. but at least it looks as if you would need A to map the kernel of M into itself. Then probably you are ok. basically you are asking whether, given a subspace K of V, and a linear map A:V-->V, when does A induce a linear map of quotient spaces V/K --> V/K. and the necessary condition is that A map K into K.
 
Thanks mathwonk, that was very helpful. It made me
— look up the difference between homomorphism and isomorphism (it's been a while!), and
— see another way that matrix arithmetic is different from number arithmetic, in particular, if Av=w there does not necessarily exist a kind of multiplicative inverse matrix A' such that A'w=v.