JavaView Logo  
Home Demos Applications Tutorial Download Help Feedback

2D VectorField.

JavaView Snapshot Mathematica Snapshot
JavaView Applet JavaView Lite Applet
The two components of this vector field are given by sin(x) and cos(y). In[1]:= <<Graphics`PlotField`
In[2]:= gv = PlotVectorField[{Sin[x], Cos[y]}, {x, 0, Pi}, {y, 0, Pi}];

In[3]:= JavaView[gv]


© 1999-2005 Last modified: 03.10.2005 --- http://www.javaview.de --- The JavaView Project