PrevUpHomeNext

Inverting a matrix

Suppose you would like to invert a matrix given by

    [ 1 2 3 ]
A = [ 3 1 2 ]
    [ 2 3 1 ] 


PrevUpHomeNext