I need code to compute the determinant and inverse of a matrix. for
example the determinant and inverse of:
[1 2 3 0]
[4 5 6 1]
[7 8 9 2]
[0 1 2 3]
example the determinant and inverse of:
[1 2 3 0]
[4 5 6 1]
[7 8 9 2]
[0 1 2 3]
Comment