Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

calc314 gravatar image

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.

click to hide/show revision 2
No.2 Revision

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.

click to hide/show revision 3
No.3 Revision

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))