Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cheaper (less points) and clearer (more concentrated about the origin, uncluttered by axes) :

f(x)=x^2+1/x
plot(f,(-10,10),detect_poles="show",axes=False,plot_points=100)

See it in Sagecell

Cheaper (less points) and clearer (more concentrated about the origin, uncluttered by axes) :

f(x)=x^2+1/x
plot(f,(-10,10),detect_poles="show",axes=False,plot_points=100)

See it in Sagecell

Cheaper (less points) and clearer (more concentrated about the origin, uncluttered by axes) axes, explicitely shows the singularity) :

f(x)=x^2+1/x
plot(f,(-10,10),detect_poles="show",axes=False,plot_points=100)

See it in Sagecell