Vector Field Plots

Mathematica can plot vector fields using:

Needs[“VectorFieldPlots`”]

VectorFieldPlot[{2, 2}, {x, 0, 2}, {y, 0, 2}]

Share