Proving Invertibility of a Matrix: Ax=e1

  • Context: Undergrad 
  • Thread starter Thread starter Ali Asadullah
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Ali Asadullah
Messages
99
Reaction score
0
Let A be an invertible matrix.
Then Ax=e1 will give us the first column of the inverse of A.
Where e1 is the first column of the identity matrix.

How can we prove this fact??:confused:
 
Physics news on Phys.org
From [itex]Ax= e_1[/itex] and the fact that A is invertible, we have [itex]A^{-1}Ax= x= A^{-1}e_1[/itex]. Now, can you convince yourself that any matrix times [itex]e_1[/itex] is the first column of the matrix? Try multiplying a few matrices times [itex]e_1[/itex] and see what happens:
What is
[tex]\begin{bmatrix}a_{11} & a_{12} \\ a_{21} & a_{22}\end{bmatrix}\begin{bmatrix}1 \\ 0\end{bmatrix}[/tex]

What is
[tex]\begin{bmatrix}a_{11} & a_{12} & a_{13}\\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33}\end{bmatrix}\begin{bmatrix}1 \\ 0 \\ 0\end{bmatrix}[/tex]
 
OMG that was too simple thank u HallsofIvy :)