answered 8 years ago
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.