DAT301
2025-10-14
DAT301
\[ z = f(x, y) \]
x <- seq(-3, 3, length.out = 100) y <- seq(-3, 3, length.out = 100) z <- outer(x, y, function(x, y) x^2+y^2) persp(x, y, z, theta = 30, phi = 20, col="red", shade=0.5, xlab="x-axis", ylab="y-axis", zlab="z-axis", main="3D Function: z = f(x, y) = x^2 + y^2")
is a plane. Its slope in each direction is determined by \(a\) and \(b\).
\[ \lim_{(x, y) \to (a, b)} f(x, y) = L \]