Operations

Content


Magnitude and Unit Vectors

This will compute the magnitude and the unit vector for a given vector.

Dot and Cross Product

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.

Projections

This widget will allow you to visualize the scalar projection (comp), vector projection (proj), and the orthoganol projection (orth).

Vector Addition and Subtraction

This will compute vector arithmetic.

Matrix Transformations in 2D

This will apply a matrix transformation in 2D.