First time here? Check out the FAQ!
answered 2016-11-01 01:34:08 +0100
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.