Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a dynamic interface for a three-dimensional curve being traced out by the tip of the vector
ResourceFunction["ManipulateParametricPlot3D"][{fx(t),fy(t),fz(t)},{t,tmin,tmax}] produces a Manipulate of the curve (fx(t),fy(t),fz(t)) being traced out when t runs from tmin to tmax. |
Make a Manipulate for a curve:
In[1]:= |
Out[1]= |
A particle moving along a helix collides with a particle moving around a circle when t=1:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License