>> a=[1 2;2 1] a = 1 2 2 1 >> det(a) %行列式 ans = -3 >> inv(a) %求逆 ans = - 0.3333 0.6667 0.6667 -0.3333 >>.
www.google.com.tw