Junk

> tau=tau( Twicubic(t), t );

[Maple Math]

> kappa=kappa( Twicubic(t), t );

[Maple Math]

> b=Binormal( Twicubic(t), t );

[Maple Math]

> n=UnitNormal( Twicubic(t), t );

[Maple Math]

> T=Tangent( Twicubic(t), t );

[Maple Math]

> foo:=linalg[crossprod]( Tangent(Twicubic(t),t),
UnitNormal(Twicubic(t),t) ):

> foo:=map( factor, foo );

[Maple Math]

> evalm( foo-Binormal( Twicubic(t), t ) );

[Maple Math]

> curveplot3D( Helix(Lemniscate(1,t),0.1,t), t=0..10,
shading=none, axes=box );

[Maple Plot]

> tubecurveplot( Helix( Lemniscate(1,t), 0.1, t),
0.10, t=0..10, theta=0..2*Pi, axes=box,
scaling=unconstrained, grid=[100,10] );

[Maple Plot]

> tau = simplify( tau( Helix( Lemniscate(a,t), c, t), t ), trig );

[Maple Math]