Hello everyone,
I have 2 components of a gradient, for example, the dz/dx and the dz/dy, I want to find the overall gradient it forms, how would I do that?
Is it simply by combining the two gradients like this:
overall gradient = ((dz/dx)^2 + (dz/dy)^2)^(1/2)
I don't need the direction, I...