First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 12 years ago

bbtp gravatar image

maxima.eval('load("plotdf" maxima.eval('plotdf(-2xy+1,[trajectory_at,0,0],[x,-3,3],[y,-3,3])')

Thanks for all the helpful comments. I now vaguely remember having been unable to plot the error function in Sage

Plotting as a vector field works:

maxima.eval('load("plotdf")') maxima.eval('plotdf(-2xy+1,[trajectory_at,0,0],[x,-3,3],[y,-3,3])')

click to hide/show revision 2
corrected response

maxima.eval('load("plotdf" maxima.eval('plotdf(-2xy+1,[trajectory_at,0,0],[x,-3,3],[y,-3,3])')

Thanks for all the helpful comments. I now vaguely remember having been unable to plot the error function in SageSage before.

Plotting as a vector field works:

maxima.eval('load("plotdf")') maxima.eval('load("plotdf")')

maxima.eval('plotdf(-2xy+1,[trajectory_at,0,0],[x,-3,3],[y,-3,3])')