First time here? Check out the FAQ!
asked 5 years ago
Limit of sqrt(x-3) when x approaches 3 doesn't exist but the sage returns 0. Why is that?
sqrt(x-3)
x
3
0
sage: sage: limit(sqrt(x-3), x=3) 0 sage: