Matrix Question: A*B=A (B is non-identity)

  • Context: Graduate 
  • Thread starter Thread starter thinktank2
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
thinktank2
Messages
9
Reaction score
0
If two ℝeal valued, non-identity matrices A (dimension MxN) and B (dimension NxN)
satisfy the condition A * B = A
Is there a name for the relationship between B and A ?

For example for: [itex]A = <br /> \left( \begin{array}{cc}<br /> \frac{1}{3} & \frac{2}{3} \end{array} \right), \quad B = \left( \begin{array}{cc}<br /> \frac{3}{5} & \frac{2}{5} \\<br /> \frac{1}{5} & \frac{4}{5} \end{array} \right) \quad A * B = \left( \begin{array}{cc}<br /> \frac{1}{3} & \frac{2}{3} \end{array} \right)[/itex]

My Observations:
  • If such A exists for B, then for any real number k, k*A is also a solution for B
    since (k*A)*B = k*(A*B)=k*A
    implies, there will be infinite solutions for B.
    .
  • [itex] p\to+\infty{\left( \begin{array}{cc}<br /> \frac{3}{5} & \frac{2}{5} \\<br /> \frac{1}{5} & \frac{4}{5} \end{array} \right)}^p = \left( \begin{array}{cc}<br /> \frac{1}{3} & \frac{2}{3} \\<br /> \frac{1}{3} & \frac{2}{3} \end{array} \right)[/itex]

My Question: Given a matrix B, how do we find A such that A*B=A ?
 
Physics news on Phys.org
Thank you very much for the hint. I swear this not my homework. I know I missed something very basic but didn't know which one.
 
I am hitting a wall. May I request another hint or two?
 
D_H gave a pretty good hint. I'll give you a little more.

First consider the problem AB=B. Given A you can easily find all such B using eigenthings.

You can transform AB=A into this form by taking the transpose of both sides.

Very good problem if you came up with it yourself.