| torsion | R Documentation |
Torsion Calculation Calculate the Torsion of a Parametric Curve
torsion(alpha, t)
alpha |
A vector of 3 expressions defining the parametric curve |
t |
Evaluation parameter |
alpha must be a vector of 3 parametric expressions with param 't'
Scalar value Torsion of alpha at time t
Leyton Taylor
tAlpha <- torsion(c(expression(1 + t + cos(t)*sin(t),1 + 0.1*sin(t) + cos(t) * 0.1,0.1*sin(t))), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.