3. Consider the function
$H(x, y) = \begin{cases} \frac{xy(x^2 - y^2)}{x^2 + y^2} & (x, y) \neq (0, 0) \\ 0 & \text{Otherwise} \end{cases}$
(a) Compute $H_x(0, 0)$ and $H_y(0, 0)$.
(b) Compute $H_x(x, y)$ and $H_y(x, y)$ for $(x, y) \neq (0, 0)$.
(c) Compute $H_{xx}(0, 0)$, $H_{yy}(0, 0)$, $H_{xy}(0, 0)$, and $H_{yx}(0, 0)$.