let
g(x,y) = (x^2+y^2)sin(1/(x^2+y^2)^0.5) where x^2+y^2 =/= 0
g(x,y) = 0 where x^2+y^2 = 0
this function is not differentiable at (0,0) since the partial derivatives are
not continuous there.
我想問點解partial derivatives除左存在之外仲要連續,因為我諗番係one variable case : f(x) = x^2 sin(1/x) where x =/=0 and f(x) = 0 where x =0
f(x) is differentiable at x = 0 但f'(x)在x=0 不連續