如何在mathematica中绘制长度为n的三角形网格
我想知道是否有人可以帮忙在mathematica中绘制边长为n的三角形网格(等边)。谢谢。
I am wondering if anyone could please help to draw a triangular grid (equilateral) with edge length n in mathematica. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
简单的网格:
编辑
更清晰的版本,我猜:
A Simple Grid:
Edit
A more clear version, I guess:
像这样的东西吗?
(来源:yaroslavvb.com)
这是我使用的代码。对于上面的特定任务来说可能太复杂了,它是我必须可视化整数网格的代码的一部分,例如 this< /a>
这是做什么
Something like this?
(source: yaroslavvb.com)
This is the code I used. Perhaps too complicated for the specific task above, it's part of code I had to visualize integer lattices like this
What this does
这是贝利萨留方法的一种变体。
Here is a variation on belisarius' method.