Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Are you looking for something like this?

sage: f(x,y) = x^2 + y^2     
sage: f.limit(x=0).limit(y=0)
(x, y) |--> 0
sage: f.limit(x=0).limit(y=2)
(x, y) |--> 4

Can you maybe give an example of questions.