Simple vector operations. Like with built-in operations, should work with both row and column vectors. I'll add more as I come up with them. Y 04 UVEC 05 DOT 06 ACOS 07 END Original version of Y 07 XEQ "LVEC" 08 R^ 09 × 10 / 11 ACOS 12 RTN 13 LBL "LVEC" 14 ENTER 15 DOT 16 SQRT 17 END