Torsion - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

Torsion

  

compute the torsion of a curve in 3

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Torsion(C, t)

Parameters

C

-

free or position Vector or Vector valued procedure; specify the components of the curve

t

-

(optional) name; specify the parameter of the curve

Description

• 

The Torsion(C, t) command computes the torsion of the curve C, which must have exactly three components, that is, the curve that this Vector represents is in 3.

• 

The curve C can be specified as a free or position Vector or as a Vector valued procedure.  This determines the returned object type.

• 

If t is not specified, the function tries to determine a suitable variable name from the components of C.  To do this, it checks all of the indeterminates of type name in the components of C and removes the ones which are determined to be constants.

  

If the resulting set has a single entry, the single entry is the variable name.  If it has more than one entry, an error is raised.

• 

If a coordinate system attribute is specified on C, C is interpreted in this coordinate system.  Otherwise, the curve is interpreted as a curve in the current default coordinate system.  If the two are not compatible, an error is raised.

Examples

withVectorCalculus:

Torsionat+b,ct+d,et+f,t

0

(1)

simplifyTorsiont,t2,t3assumingt::real

39t4+9t2+1

(2)

Torsiontcost,sint,t

t2sint222sint2+2cost214+sint24+cost241+sint2+cost2+2cost222sint2+2cost214+sint24+cost241+sint2+cost2

(3)

SetCoordinatescylindrical

cylindrical

(4)

simplifyTorsionexpat,t,t,tassumingreal

ⅇ2at1+ⅇ2at

(5)

See Also

VectorCalculus

VectorCalculus[Binormal]

VectorCalculus[Curvature]

VectorCalculus[GetCoordinates]

VectorCalculus[PrincipalNormal]

VectorCalculus[RadiusOfCurvature]

VectorCalculus[SetCoordinates]

VectorCalculus[TangentVector]

VectorCalculus[TNBFrame]

VectorCalculus[Vector]