Well, I need a way to solve equations by another var got from other equation in Mathematica 8. Example:
a + b = 2c
c + 2 = d
d = 2b
It will chose the best equation for the given values and solve the rest.
With some given values, like a = 1
and c = 3
, it solves the system, getting the values for the respective variable.
*Will use this for physics' formulas.