Rewrite the equation in terms of z. For example, given the equation 2x - y + z - 3 = 0, solve for z: z = 3 - 2x + y.
Find the gradient for the function of x and y. The gradient is the vector that points in the direction of the maximum slope. Since the equation is of a plane, the x- and y-components of the vector are the same as the coefficients of x and y. For example, the gradient of f(x,y) = 3 - 2x + y is (-2, 1).
Find the magnitude of the gradient with the formula M = sqrt(a^2 + b^2), where a and b are the x- and y-components of the gradient. The magnitude of the gradient is equal to the maximum slope of the plane. For example, M = sqrt((-2)^2 + 1^2) = 2.236.