Previous Up Next

19.9.1  Tangent field

The plotfield or fieldplot command draws the tangent field of a differential equation or a vector field.

Example

plotfield(4*sin(t*y),[t=0..2,y=-3..7])
plotfield(5*[-y,x],[x=-1..1,y=-1..1])

Previous Up Next