Dividing vectors

Calculator for dividing 4-dimensional vectors

Calculate vector division

This function divides 4-dimensional vectors. To perform the calculation, enter the vectors to be calculated 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\\w1}\right] / \left[\matrix{x2\\y2\\z2\\w2}\right] = \left[\matrix{x1 / x2\\y1 / y2\\z1 / z2\\w1 / w2}\right]\)

Example

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

Sorry about that

How can we improve it?