1、定义一个2阶符号矩阵:在Mathematica的命令行中,输入A2={{a_1,1,a_1,2},{a_2,1,a_2,2}},然后按Enter+Shift
2、求解2阶符号矩阵的积和式:在Mathematica的命令行中,输入 Permanent[A2],然后按Enter+Shift
3、定义一个2阶数值矩阵:在Mathematica的命令行中,输入A1={{2,3},{5,6}},然后按Enter+Shift
4、求解2阶数值矩阵的积和式:在Mathematica的命令行中,输入 Permanent[A1],然后按Enter+Shift
5、定义一个3阶符号矩阵:在Mathematica的命令行中,输入A4={{a_1,1,a_1,2,a_1,3},{a_2,1,a_2,2,a_2,3},{a_3,1,a_3,2,a_3,3}魈胺闹臣},然后按Enter+Shift
6、求解3阶符号矩阵的积和式:在Mathematica的命令行中,输入 Permanent[A4],然后按Enter+Shift
7、定义一个3阶数值矩阵:在Mathematica的命令行中,输入A3={{1,2,3},{4,5,6},{-9,-8,-9}},然后按Enter+Shift
8、求解3阶数值矩阵的积和式:在Mathematica的命令行中,输入 Permanent[A3],然后按Enter+Shift