Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I want to draw plot

y=var('y') P1=plot_slope_field(sin(y)*x^2,(x,-10,10),(y,-10,10), headlength=4, headaxislength=2)

P2=implicit_plot(-1/2log(cos(y) + 1) + 1/2log(cos(y) - 1) == 1/3*x^3,(x,-10,10),(y,-10,10))

P=P1+P2

show(P)

P2 is not drawn T.T why???

I want to draw plot

y=var('y')
P1=plot_slope_field(sin(y)*x^2,(x,-10,10),(y,-10,10), headlength=4, headaxislength=2)

headaxislength=2)

P2=implicit_plot(-1/2log(cos(y) P2=implicit_plot(-1/2*log(cos(y) + 1) + 1/2log(cos(y) 1/2*log(cos(y) - 1) == 1/3*x^3,(x,-10,10),(y,-10,10))

1/3*x^3,(x,-10,10),(y,-10,10)) P=P1+P2

P=P1+P2

show(P)

show(P)

P2 is not drawn T.T why???