Let A be an invertible matrix. Thus, A A' = I where I is the identity matrix and A' the inverse of A. We can find A' two ways (that I know of; Linear Algebra I&II).
First method:
Straightforward multiplication of A by an arbitrary matrix A' (I assign variables to each element in the n by n matrix). Thus, I get simple equality and I can easily find matrix A'.
Second method:
Using the Gauss-Jordan method I can use elementary row operations to convert A into an identity matrix. Each row operation I do to A I also do to I. Thus, I transforms into the inverse of A.
I know that there must be something fundamentally wrong with the first method, but I am not sure why. I know I am technically just finding an arbitrary matrix in the first method so it is not really the inverse. Someone, please explain.
