How can I find out the dependency of two variables from one or multiple equations.
Example:
Set 1 -
x1,a
f(x1,a)=z1
Set 2 -
x2,a
f(x2,a)=y2
f(y2)=z2
How highly ( z1 and x1 ) and ( z2 and x2 ) are related among themselves and can we quantify it?
Which Set's relation/dependency of the variables are stronger in comparison with the other Set ?
How easy will it be to get back x from z from both the Sets ? Which one will be harder and how to express that ?