美文网首页
Mathematic画心形函数图

Mathematic画心形函数图

作者: 火卫控 | 来源:发表于2021-10-22 21:04 被阅读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

相关文章

网友评论

      本文标题:Mathematic画心形函数图

      本文链接:https://www.haomeiwen.com/subject/nhuhaltx.html