with(LinearAlgebra):
a := Matrix([[2, 3], [1, 4]]);
MatrixInverse(a);
先调用线性代数程序包,再用求逆命令 MatrixInverse