README.md

~~~888~~~                        ,e,                                        
   888     e88~-_  888-~\  d88~\  "   e88~-_  888-~88e                      
   888    d888   i 888    C888   888 d888   i 888  888       ____      ____ 
   888    8888   | 888     Y88b  888 8888   | 888  888                      
   888    Y888   ' 888      888D 888 Y888   ' 888  888            d88b      
   888     "88_-~  888    \_88P  888  "88_-~  888  888            Y88P   

Differential Geometry - R Utility to Calculate Torsion of a Parametric Curve

Installation Instructions

> library(devtools)

> install_github("LeytonTaylor/TorsionR");

> library(TorsionR);

Usage:

@param alpha A vector of 3 expressions defining the parametric curve

@param t Evaluation parameter

@return Scalar value Torsion of alpha at time t

@details alpha must be a vector of 3 parametric expressions with param 't'

@examples

> tAlpha <- torsion(c(expression(1 + t + cos(t)*sin(t),1 + 0.1*sin(t) + cos(t) * 0.1,0.1*sin(t))), 2)



LeytonTaylor/TorsionR documentation built on May 8, 2022, 12:04 a.m.