Guest User

Untitled

a guest
Jan 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. m = 200;
  2. y = Sin[[Pi]*x]*Exp[I*m*t]
  3. Manipulate[Plot[y, {x, 0, 1}], {t, 0, 10}]
Add Comment
Please, Sign In to add comment