用Mathematica作图,求代码.

来源:学生作业帮助网 编辑:六六作业网 时间:2024/05/04 02:13:03
用Mathematica作图,求代码.用Mathematica作图,求代码.用Mathematica作图,求代码.程序代码:Animate[Plot3D[  10*Sin[Sqrt

用Mathematica作图,求代码.
用Mathematica作图,求代码.

用Mathematica作图,求代码.

程序代码:

Animate[Plot3D[
  10*Sin[Sqrt[x^2 + y^2] + t]/Sqrt[1 + x^2 + y^2], {x, -6, 6}, {y, -6,
    6}, PlotPoints -> 50, Mesh -> None], {t, 0, 10}]

下面是动态的图形