第二十一题--解微分方程组
![Mathematica入门习题[21]–解微分方程组](https://img.mathpretty.com/snipaste_20170912_165318.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)
Clear["Global`*"]
sol = NDSolve[{y1'[x] == y2[x]*y3[x], y2'[x] == -y1[x]*y3[x],
y3'[x] == -.51*y1[x]*y2[x], y1[0] == 0, y2[0] == 1,
y3[0] == 1}, {y1[x], y2[x], y3[x]}, {x, 0, 12}];
Plot[Evaluate[{y1[x] /. sol[[1, 1]], y2[x] /. sol[[1, 2]],
Evaluate[y3[x] /. sol[[1, 3]]]}], {x, 0, 12},
PlotLegends -> Automatic, PlotRange -> All]
![Mathematica入门习题[21]–解微分方程组](https://img.mathpretty.com/snipaste_20170912_205939.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_162132_3tfm36s.jpg)
![Mathematica入门习题[31]--极限与导数](https://img.mathpretty.com/20210911_162004_canayhp.jpg)
![Mathematica入门习题[30]--解方程](https://img.mathpretty.com/20210911_162114_futklns.jpg)
![Mathematica入门习题[29]--级数展开](https://img.mathpretty.com/20210911_162031_ifrgvfm.jpg)
![Mathematica入门习题[28]--级数求和(Sum的使用)](https://img.mathpretty.com/20210911_162117_jmo0vhq.jpg)
![Mathematica入门习题[26]--绘制参数方程](https://img.mathpretty.com/20210911_162102_myzgomp.jpg)
![Mathematica入门习题[25]--符号微分与积分](https://img.mathpretty.com/20210911_162015_z7nxw4h.jpg)

评论