Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Manipulate[
  2. ParametricPlot3D[{Cos[Sqrt[2] t] (3 + Cos[t]),
  3. Sin[Sqrt[2] t] (3 + Cos[t]), Sin[t]}, {t, 0, maxTime},
  4. ImageSize -> 300, PlotRange -> {{-4, 4}, {-4, 4}, {-1, 1}},
  5. PlotStyle -> Red]
  6. ,
  7. {{maxTime, 1, "time"}, 1, 50, 0.01, Appearance -> "Labeled"},
  8. TrackedSymbols :> {maxTime}
  9. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement