Levent Ozturk

Online Vector Calculator

This online vector Calculator calculates vector transforms for a given vector and plots the calulated vector output. Scalar, Dot Product, Cross product, vector division..

Enter the input vector values and the tool will calculate and plot the output vector.

I use this tool to calculate vectors in the field. I hope it helps to you too. Enjoy...

Cartesian
DimVin0OperatorVin1Vout
X
Y Operator Operation to be applied V0 and V1 =
Z
Polar
ArgVin0Vin1Vout
r
θ =
φ
Identify
Due to heavy processing load on CPU and misuse by robots, you are required to identify yourself first.

Calculation Time: 0 ms
Print Time: 0 ms
Grids: Full Screen: m

scalar-vector multiplication

Multiplication of a vector by a scalar changes the magnitude of the vector, but leaves its direction unchanged. The scalar changes the size of the vector. The scalar "scales" the vector.
Vout = (Vin1.x * Vin2.x, Vin1.y * Vin2.y, Vin1.z * Vin2.z)

Dot product

Geometrically, the dot product of two vectors is the magnitude of first vector multiplied by the projection of the second vector onto the first.
Vout = (Vin1.x * Vin2.x) + ( Vin1.y * Vin2.y) + (Vin1.z * Vin2.z)

Cross product

Geometrically, the cross product of two vectors is the area of the parallelogram between them.
Vout = ((Vin1.y * Vin2.z) - (Vin1.z * Vin2.y), (Vin1.z * Vin2.x) - (Vin1.x * Vin2.z), (Vin1.x * Vin2.y) - (Vin1.y * Vin2.x))
All the material listed and linked at this World Wide Web domain are strictly private property and copyrighted. © Copyright -∞-∞ Levent Ozturk. All rights reserved. Reproduction or use of any material, documents and related graphics and any other material from this World Wide Web server is strictly prohibited. Site Map