RE: How can I graph 3D vectors in Mathematica?
- To: mathgroup at smc.vnet.net
- Subject: [mg67459] RE: [mg67447] How can I graph 3D vectors in Mathematica?
- From: spiraltooth <spiraltooth at optonline.net>
- Date: Mon, 26 Jun 2006 00:13:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
ParametricPlot3D[{Cos[t]$B!_(BD, t, Sin[t]$B!_(BD}, {t, 0, 2$B&P(B}, {D, 0, 1}]; t and D are defined by their end points which you specify. You can also call <<RealTime3D` before any 3D graphic which allows you to left click and drag your mouse to rotate your surface. Best regards, Alan -----Original Message----- From: Michael [mailto:sirhankins at gmail.com] To: mathgroup at smc.vnet.net Subject: [mg67459] [mg67447] How can I graph 3D vectors in Mathematica? Hi, I am trying to figure out hout to make Mathematica graph 3D vectors. For example, I would like to graph v = <sin(t), t, cos(t)> However, I have not been able to figure out what lines to type in to output the graph. I'm relatively new to the software, so any info would be great. If anyone can help me figure out what to input in order to output the graph of this type of vector, I'd be very thankful!