Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ParametricPlot[
  2. {0.06677273831511694 (1 - Exp[-8.145 t]),
  3. -0.10917030600597447 (1 - Exp[-8.145 t]) + 1.2031921424186618 t},
  4. {t, 0, 2.6},
  5. PlotRange -> {{0, 0.07}, {0., 3.0191292643518968`}}]
  6.  
  7. ParametricPlot[
  8. {
  9. 0.06677273831511694*(1-Exp[(-8.145*t)]),
  10. -0.10917030600597447*(1-E^(-8.145*t))+1.2031921424186618*t
  11. },
  12. {t,0,2.6},
  13. AspectRatio->1,
  14. ScalingFunctions->{None,"Reverse"}
  15. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement