Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 wxMaxima 绘制 2D 和 3D 向量的最简单方法是什么?
我已经四处搜索了,但是对于单个简单向量的图,所有解决方案似乎都太复杂了,这可能吗?
我想在 3D 空间中同时查看 3 个向量以可视化形状,但我看到的所有选项似乎都让这个简单的任务变得不那么简单。
它有帮助吗?
load("draw"); draw3d(vector([0, 0, 0], [100, 0, 0]), vector([0, 0, 0], [0, 100, 0]), vector([0, 0, 0], [0, 0, 100]));