广告
用Octave计算行列式
广告
{{v.name}}
计算\(\left| \begin{array}{ccc} 1 & 2 \\ 3 & 4 \end{array} \right|\)
程序代码如下
>> det([1 2; 3 4]) ans = -2
友链