第二题
![Mathematica入门习题[2]–矩阵乘法和单位矩阵](https://img.mathpretty.com/snipaste_20170912_215223.png?imageView2/0/q/75|watermark/2/text/5YWz5rOo5YWs5LyX5Y-377ya5paH6Im65pWw5a2m5ZCb/font/5b6u6L2v6ZuF6buR/fontsize/540/fill/IzAwMDAwMA==/dissolve/100/gravity/SouthEast/dx/10/dy/10|imageslim)
a = {{12, 34, -4}, {34, 7, 87}, {3, 65, 7}};
b = {{1, 3, -1}, {2, 0, 3}, {3, -2, 7}};
(*第一问*)
a + 3*b
a - 2*b + IdentityMatrix[3]
(*第二问*)
a*b(*矩阵内元素两两先乘*)
a.b(*矩阵乘法*)
(*第三问*)
a^3
MatrixPower[a, 3]
(*第四问*)
a*Inverse[b](*矩阵的除法a/b,就是乘逆矩阵*)
![Mathematica入门习题[2]–矩阵乘法和单位矩阵](https://img.mathpretty.com/snipaste_20170912_221628.png?imageView2/0/q/75|watermark/2/text/5YWz5rOo5YWs5LyX5Y-377ya5paH6Im65pWw5a2m5ZCb/font/5b6u6L2v6ZuF6buR/fontsize/540/fill/IzAwMDAwMA==/dissolve/100/gravity/SouthEast/dx/10/dy/10|imageslim)
- 微信公众号
- 关注微信公众号
-
- QQ群
- 我们的QQ群号
-


![Mathematica入门习题[33]--微分方程组通解](https://mathpretty.com/wp-content/themes/begin/img/random/5.jpg)
![Mathematica入门习题[32]--积分](https://img.mathpretty.com/20210911_162031_ifrgvfm.jpg)
![Mathematica入门习题[31]--极限与导数](https://img.mathpretty.com/20210911_162124_pk73t7w.jpg)
![Mathematica入门习题[30]--解方程](https://img.mathpretty.com/20210911_162056_tt49p1t.jpg)
![Mathematica入门习题[29]--级数展开](https://img.mathpretty.com/20210911_162018_osipdrw.jpg)
![Mathematica入门习题[28]--级数求和(Sum的使用)](https://img.mathpretty.com/20210911_162041_2wlslen.jpg)
![Mathematica入门习题[27]--Grid格子函数的使用](https://img.mathpretty.com/20210911_161401_9q0dovo.jpg)
![Mathematica入门习题[26]--绘制参数方程](https://img.mathpretty.com/20210911_162108_oqvo4xz.jpg)
![Mathematica入门习题[25]--符号微分与积分](https://img.mathpretty.com/20210911_162102_myzgomp.jpg)

评论