I have an expression which is a function of two variables. How to animate this?
m = 200;
y = Sin[\[Pi]*x]*Exp[I*m*t]
Manipulate[Plot[y, {x, 0, 1}], {t, 0, 10}]
I have an expression which is a function of two variables. How to animate this?
m = 200;
y = Sin[\[Pi]*x]*Exp[I*m*t]
Manipulate[Plot[y, {x, 0, 1}], {t, 0, 10}]
Exp[I m t]. You can plot its real or complex value or its magnitude. Which one you want to plot? – Nasser Jan 20 '19 at 12:49yso it works it answered in the linked topic. What do you want to show is the question to you. Let me know if you disagree. – Kuba Jan 20 '19 at 12:52Animatesyntax is the same as forManipulate. – Kuba Jan 20 '19 at 13:28xandyas well. – Kuba Jan 20 '19 at 13:32