首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Maple中的驻波

Maple中的驻波
EN

Stack Overflow用户
提问于 2018-02-28 01:08:27
回答 1查看 22关注 0票数 0

如何在三维空间中创建以下内容?(我已经拥有的东西又多了一个维度)

代码语言:javascript
复制
with(plots):

animate(sin(Pi*(t-x))*Heaviside(t-x)-sin(Pi*(t+x))*Heaviside(t+x),x=-6..0,t=-5.99..12,frames=200,numpoints=200,color=red);

谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-02-28 20:17:11

您可以使用plots[animate]命令。类似于以下内容:

代码语言:javascript
复制
plots[animate](plot3d, [sin(Pi*(t-x))*Heaviside(t-x)-sin(Pi(t+x))*Heaviside(t+x), x = -6 .. 0, y = -6 .. 0], t = -5.99 .. 12, frames = 200, numpoints = 200, color = red, orientation = [75, 75, 0])
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49014221

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档