Binormal and Normal are two FUNCTIONS for the TI-89 that calculate the unit Binormal and unit Normal vectors of any curve defined by a vector-valued function. Here's the syntax: (bi)normal(r(t)) An example: normal([[sin(t),cos(t),5*t]]) returns [[-sin(t),-cos(t),0]]