1、定义第一个2阶矩阵:在Mathematica的命令行中,输入A1={{2,3},{5,6}},然后按Enter+Shift
2、定义第二个2阶矩阵:在Mathematica的命令行中,输入A2={{92,-3},{45,-76}},然后按Enter+Shift
3、对2阶矩阵的加法运算:在Mathematica的命令行中,输入result=A1+A2,然后按Enter+Shift
4、定义第一个3阶矩阵:在Mathematica的命令行中,输入A3={{1,2,3},{4,5,6},{-9,-8,-9}},然后按Enter+Shift
5、定义第二个3阶矩阵:在Mathematica的命令行中,输入A4={{81,20,33},{94,65,60},{-99,-78,-2349}},然后按Enter+Shift
6、对3阶矩阵的加法运算:在Mathematica的命令行中,输入result=A3+A4,然后按Enter+Shift