- #1
Blue2Sky
- 3
- 0
Hello All:
Suppose I have a completely known linear system: A*x=b. I know the matrix A, and an x and the associated RHS vector b (and it is non-trivial). Is there some tricky way to directly determine the inverse of A without performing an inversion by typical means (Gauss elimination, LU, etc) ?
Thanks much.
Suppose I have a completely known linear system: A*x=b. I know the matrix A, and an x and the associated RHS vector b (and it is non-trivial). Is there some tricky way to directly determine the inverse of A without performing an inversion by typical means (Gauss elimination, LU, etc) ?
Thanks much.