I'm working of a set of datapoints known to be an elliptic paraboloid on which I best fit the general quadric $$ax²+bxy+cy²+dx+ey+f=0$$ Then I work with what I call radii projected on x an y defined as: $$R_x=-\frac{1}{2a}, R_y=-\frac{1}{2c}$$
Now I have a dataset for which the rotational term $bxy$ is far from neglectable and I would like to compute $Rx'$ and $Ry'$ along the ellipsoid natural axes. How can I do that? I suppose I should rewrite equation with something like this? $$u=x\cos \left(t\right)+y\sin \left(t\right)$$ $$v=x\sin \left(t\right)+y\cos \left(t\right)$$