Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

plotting tan()

When I enter these lines:

p = plot(tan(x), x, -pi, pi) p.show(xmin=-pi, xmax=pi, ymin=-10, ymax=10)

in cloud.sagemath, I get a graph with vertical lines at -pi/2 and pi/2.

Can someone tell me why these asymptotes are drawn? Is there a way to eliminate them?

plotting tan()

When I enter these lines:

p = plot(tan(x), x, -pi, pi) p.show(xmin=-pi, xmax=pi, ymin=-10, ymax=10)

in cloud.sagemath, I get a graph with vertical lines at -pi/2 and pi/2.

Can someone tell me why these asymptotes are drawn? Is there a way to eliminate them?

click to hide/show revision 3
No.3 Revision

plotting tan()

When I enter these lines:

p = plot(tan(x), x, -pi, pi)
p.show(xmin=-pi, xmax=pi, ymin=-10, ymax=10)

ymax=10)

in cloud.sagemath, I get a graph with vertical lines at -pi/2 and pi/2.

Can someone tell me why these asymptotes are drawn? Is there a way to eliminate them?