Dividing vectors

Calculator for dividing 2-dimensional vectors

Calculate vector division


This function divides 2 dimensional vectors.

To perform the scalar division enter the vectors, then click the 'Calculate' button. Empty elements 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}\right] / \left[\matrix{x2\\y2}\right] = \left[\matrix{x1 / x2\\y1 / y2}\right]\)

Example

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

Sorry about that

How can we improve it?