Hello,
I'm quite new to Mathematica and stuck at a point, where I have searched for hours to find a solution, but there seems no way out.
Let's say we have two functions,
f1[x_,y_]=x+y
f2[x_,y_]=x*y
How can a build a function f3, which is e.g. the sum of the other functions f1 and f2...