So, I have this function:
f[z_] = Exp[-z] Sin {2 Pi [0.61 z - 0.22z^2 +2 g[z_]};
and this function
g[z_]=Cos[2 Pi (1.5 z - z^2 )];
How do I write one inside the other with all the parentheses, braces and square brackets in the right place to be able to write an algorithm? I started testing Mathematica now and I've been trying for days to understand what I've been doing wrong, because the answer doesn't return the sine and cosine by mistake in the square brackets, parentheses...