Mathematica Plot of vector valued function in mathematica

AI Thread Summary
To plot a vector-valued function u=(u1(x,y,z),u2(x,y,z),u3(x,y,z)) in Mathematica, the appropriate command is VectorPlot3D. The user initially attempted to use Plot3D, which is not suitable for vector fields. VectorPlot3D is specifically designed for visualizing three-dimensional vector fields, making it the correct choice for this task.
sahon
Messages
1
Reaction score
0
Hi,I have vector valued function u=(u1(x,y,z),u2(x,y,z),u3(x,y,z)) and I want to plot this function in mathematica.how can I do this? I used Plot3D command but this doesn't look correct.
 
Physics news on Phys.org
VectorPlot3D Is what you're looking for I believe.
 
Back
Top