Calculating angles between surfaces

191 Views Asked by At

I am given the equations for two surfaces, and I must find the angle between the surface. Would it be correct to find the gradient of the surfaces, and find the angle by taking the dot product of the gradients and taking the cos inverses of the gradients' magnitudes?