Dividing vectors

Calculator for dividing two 3-dimensional vectors

Calculate vector division

This function divides two 3-dimensional vectors.

To perform the division, enter the vectors to be divided and click the Calculate button. Empty fields are counted as 0.


Vector division calculator

 Input
Vector 1Vector 2Result
÷ =
Decimal places

Description of the vector division


Vectors are divided by dividing the individual elements of the first vector by the corresponding elements of the second vector.

\(\displaystyle\left[\matrix{x1\\y1\\z1}\right] / \left[\matrix{x2\\y2\\z2}\right] = \left[\matrix{x1 / x2\\y1 / y2\\z1 / z2}\right]\)

Example

\(\displaystyle\left[\matrix{5\\4\\9}\right] / \left[\matrix{2\\2\\3}\right] = \left[\matrix{5 / 2\\4 / 2\\9 / 3}\right] = \left[\matrix{2.5\\2\\3}\right]\)
Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?