找回密码
 快速注册
搜索
查看: 320|回复: 0

JSXGraph

[复制链接]

3149

主题

8387

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65397
QQ

显示全部楼层

hbghlyj 发表于 2021-11-4 22:55 |阅读模式
本帖最后由 hbghlyj 于 2024-8-28 17:06 编辑 用Mathematica画一个简单的参数曲线动图
  1. gif = Table[
  2.    ParametricPlot[{Cos[5 t - 9 Degree a /7], Cos[7 t]}, {t, 0, 2 Pi},
  3.     Axes -> False, PlotStyle -> Red], {a, 0, 40}];
  4. Export["sin.gif", gif, "DisplayDurations" -> 0.1, ImageSize->{80,80}];
  5. SystemOpen["sin.gif"]
复制代码
但是我想弄一个交互图,就像Mathematica里面的Manipulate那种...
一种办法是安装Geogebra Applet,另一种是使用CindyJS,经过搜索,又发现可以使用JSXGraph
math.unipd.it/~erb/Lissajous.html

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 18:26

Powered by Discuz!

× 快速回复 返回顶部 返回列表