简体   繁体   中英

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

What is the simplest way to plot and 2D and 3D vectors using wxMaxima?

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.

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]));

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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