infinityvortex
Automotive
- Aug 27, 2008
- 6
If we had the following in a mathcad worksheet:
~~~
A(x):= 3x+5
B:= 4y-3
C(z):=z+1
D(x,y):=45+A(x)+B+C(3)
~~~
Is it possible to use a substitute command on D(x,y) that easily (or automatically) returns all the equations that D(x,y) is referring to and populates them into D such as this:
D(x,y):= 45+ (3x+5) + (4y -3) +4
Breaking it down until only defined variables remain in the equation?
Hello! I'm the new guy.
~~~
A(x):= 3x+5
B:= 4y-3
C(z):=z+1
D(x,y):=45+A(x)+B+C(3)
~~~
Is it possible to use a substitute command on D(x,y) that easily (or automatically) returns all the equations that D(x,y) is referring to and populates them into D such as this:
D(x,y):= 45+ (3x+5) + (4y -3) +4
Breaking it down until only defined variables remain in the equation?
Hello! I'm the new guy.