Mathematic画心形函数图

2021-10-22  本文已影响0人  火卫控

之前我们用了MATLAB画了心形函数图,现在用Mathematics画
命令代码如下

Plot[(x^2)^(1/3) + 0.9*((3.3 - x^2)^0.5)*Sin[20*Pi*x], {x, -2, 2}]
Mathematic 心形图

版本:Mathematic12.3
平台:AMD64

公式如下:


心形图公式

其中 Sin[20Pix]中 20可以从2-100调整密度,或自行调整
Plot[(x2)(1/3) + 0.9((3.3 - x2)0.5)Sin[20Pix], {x, -2, 2}]

当为50时,效果如下:


心形图50
上一篇 下一篇

猜你喜欢

热点阅读