This will compute the magnitude and the unit vector for a given vector.
This will compute the dot product or cross product of a vector. Notice that it will do V cross U. For U cross V just multiply each component by -1.
This widget will allow you to visualize the scalar projection (comp), vector projection (proj), and the orthoganol projection (orth).
This will compute vector arithmetic.
This will apply a matrix transformation in 2D.