Hey guys, I am wondering if it is possible to make something like this.
Lets say I have such variables: A,B,C,D,E,F,G,I. I dont know, lets say 2 variables of those.
A=B+C+D+E
B+C=F
B+C+D=G
D+E=H
E+B+C=I
However it is possible to calculate those variables using these formulas as they are kinda the same. A,B,C,D,E are part of the basic formula. However if you know F and C, you can get B if its unknown etc. Is there such a "repeat" function which loops through until it gets all the variables done and then outputs the each result? Thank you.
Lets say I have such variables: A,B,C,D,E,F,G,I. I dont know, lets say 2 variables of those.
A=B+C+D+E
B+C=F
B+C+D=G
D+E=H
E+B+C=I
However it is possible to calculate those variables using these formulas as they are kinda the same. A,B,C,D,E are part of the basic formula. However if you know F and C, you can get B if its unknown etc. Is there such a "repeat" function which loops through until it gets all the variables done and then outputs the each result? Thank you.