logo

VECTORS

Vectors are mathematical entities that have both magnitude (size) and direction, commonly represented as arrows in space. They are used to model physical quantities like force, velocity, and displacement. A vector is often denoted as v = (v₁, v₂, …, vₙ) in n-dimensional space. Key vector operations include:

These operations are fundamental in physics, engineering, and computer graphics.


Simplify Expression

You can add, subtract, dot, and cross two or more vectors here, by typing into the input box below. Solutions are rounded to three decimal places by default.To dot two vectors, use parenthesis((u)(v)). 'uxv' is 'u cross v'

General equation

Solving equation or simplifying vectors. Coming soon, you can update the github to contribute to this.

Simultaneous equations

You can solve vector simultaneous eq here by selecting the dimensions of the matrix. The equation is solved usign More info of Cramer's method can be found here.
. The matrix is Ax=B


Enter the number of unknowns, n(n equations):
A
x
=
B

Other Resources

Cross product | Simultaneous eq | Vectors | Rutgers University