User Portlet User Portlet

Discussions
Hi, I'm trying to learn using Mathematica and I can't figure out, how to insert a function into another function definition. Ampl[t_]:=A*Exp[Alpha*t] Equation[t_]:=-5*Exp[-4*Ampl[t]]+3*Ampl[t]-4*Ampl[t]^2+2 The result is "Tag...