Question
Nested function in Mathcad 14
Hi everyone,
Right now, I am working with series of function for my final project but I have difficulty presenting them.
For example:
a(x,y):= x+y
b(x,y,z):=a(x,y)+z
c(x,y,z,xy):=b(x,y,z)+a(x,y)+xy^2
I want to iterate function c with its variables. How can I short above series of equations ? Some of equations are very long because series of its variable.
Help is always appreciated

