Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

With plot, Sage assumes that the input defines the horizontal axis. So, to plot what you wnat, you'll need to use the implicit_plot command.

With plot, Sage assumes that the input defines the horizontal axis. So, to plot what you wnat, want, you'll need to use the implicit_plot command.

With plot, Sage assumes that the input defines the horizontal axis. So, to plot what you want, you'll need to use the implicit_plot command.

var('y')
implicit_plot(x==ln(y),(x,-3,3),(y,0,3))