Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Unexpected result in calculating limits

Limit of sqrt(x-3) when x approaches 3 doesn't exist but the sage returns 0. Why is that?

sage: 
sage: limit(sqrt(x-3), x=3)
0
sage: