Having some trouble with this problem:
after a little manipulation(r = x^2 + y^2):
curious if I am doing this right? The way it looks to me this is undefined, unless I am missing something. Help please!!
Code:
lim 1 - x^2 - y^2
----------------
(x,y)->(0,0) x^2 + y^2
after a little manipulation(r = x^2 + y^2):
Code:
lim 1 - r
-------
r->0 r
curious if I am doing this right? The way it looks to me this is undefined, unless I am missing something. Help please!!