I am new to Python and scripting in general, so forgive me if this is already asked, I do not know what to look for. I am looking for a way to create a set of variables linked by a formula that goes two ways. When I create a field for each of the variables and I redefine one, I want all the fields to update accordingly.
So for example, if I have a*b=c == 2*3=6. 3(or b) is a given, we cannot change it. However, when I change 6 to a 9 I want the 2 to automatically change to a 3. So basically apply the inverse formula.
What subjects should I study in order to correctly realize this?
I am trying to create an easy way to do a so called " vertigo effect" or "trombone effect" in a 3D program with python. So variables I am dealing with are focal length, sensor size, field of view in degrees, distance to subject etc etc and I want to link them all together. Can I create some sort of form?