Previous Up Next

Example

Input:

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

Output:


To draw a vector field:

Example

Input:

plotfield(5*[-y,x],[x=-1..1,y=-1..1])

Output:


Previous Up Next