VectorBox is a collection of simple functions intended to assist vector based mathematics.
I created it before I was very familiar with the functions built into the HP prime, so this is mostly redundant.

Angle(V1,V2)
Angle between two vectors
Unit(V)
Vector of magnitude 1 in direction V
UnitCAS(V)
Vector of magnitude 1 in direction V Algebraic
Vam2c(A,M)
Vam2c(A,B,M)
Convecterts Polar to component form
Vc2am(V)
Converts component to polar form
Vabc(V)
Gets Alpha, Beta, and Gamma angles of component vector
i2c(ic)
converts complex to component
i2am(ic)
converts complex to polar

Every functions has a help function accessable by running without arguments.
Example
Angle()
"Angle([X1,Y1,Z1],[X2,Y2,Z2]) >> Angle between vectors"


 
 
