简体   繁体   English

千里马:如何绘制2D和3D矢量?

[英]Maxima: how to plot a 2D and 3D vector?

What is the simplest way to plot and 2D and 3D vectors using wxMaxima? 使用wxMaxima绘制2D和3D矢量的最简单方法是什么?

I have searched around, but all the solutions seem too complicated just for a single plot of simple vector, is that possible? 我已经四处寻找了,但是所有的解决方案看起来都太复杂了,只是为了一个简单的矢量图,这可能吗?

I would like to see 3 vectors at the same time in a 3D space in order to visualize a shape, but all options I have seen around seem to make this simple task not so trivial. 我想在3D空间中同时看到3个向量以便可视化形状,但是我所看到的所有选项似乎都使这个简单的任务变得不那么简单。

Does it help? 有帮助吗?

load("draw");

draw3d(vector([0, 0, 0], [100, 0, 0]),
  vector([0, 0, 0], [0, 100, 0]),
  vector([0, 0, 0], [0, 0, 100]));

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM