Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Plot[{vx0 Sin[t], vy0 Cos[t]} /. {vy0 -> 1, vx0 -> 1}, {t, 0, 12}]
  2.  
  3. Plot[{vx0 Sin[t] /. {vy0 -> 1, vx0 -> 1},
  4. vy0 Cos[t] /. {vy0 -> 1, vx0 -> 1}}, {t, 0, 12}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement