Gaussian Elimination & Matrix Inverse
The basic process is to hold the first row first column element constant while getting the 1st col, 2nd & 3rd to zero. Remembering to join a matrix of the same dimension (n*n) as an adjoint i.e. n*2n cols. The goal: shift the three right columns to the...