If we had the following in a mathcad worksheet:
~~~
A(x):= 3x+5
B(y):= 4y-3
C(z):=z+1
D(x,y):=45+A(x)+B(y)+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...