chaoseverlasting
- 1,050
- 3
Geometrically, matrix multiplication of an nxn matrix is the scaling, and rotation of a vector in n dimensions true? So when you find the inverse of a matrix, what you're actually doing is finding a transformation such that in the 'transformed space' the vector is a unit vector.
If the inverse matrix (A^{-1})is plotted in the original space, then does it have any relation to the original matrix(A)?
What I mean by that is, if you have a function y=f(x) in 2 D space, and you find the inverse function x=f^{-1}(y) the inverse function is a reflection of the function y=f(x) about the line y=x. Does the inverse matrix (A^{-1}) have any such relation to the original matrix(A)?
If the inverse matrix (A^{-1})is plotted in the original space, then does it have any relation to the original matrix(A)?
What I mean by that is, if you have a function y=f(x) in 2 D space, and you find the inverse function x=f^{-1}(y) the inverse function is a reflection of the function y=f(x) about the line y=x. Does the inverse matrix (A^{-1}) have any such relation to the original matrix(A)?