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:
1 | initial version |
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: