Quantcast
Loading [MathJax]/jax/output/CommonHTML/jax.js

V3 - scalar multiplication

vCalc Reviewed
V=kV
(k)Scalar
(V) Vector

The Vector Scalar Multiplication formula, (k⋅V), computes the vector/attachments/a3bb69f4-9b58-11e4-a9fb-bc764e2038f2/V3 - Vector.png Vector in three dimensions  which is the result of a scalar multiplication of a vector (V) and a scalar (k).

INSTRUCTIONS: Enter the following:

  • (k)  Scalar
  • (V)  Vector 

Scalar Multiplication (V'): The calculator returns the resulting vector (V') in comma separated form.

The Math / Science

The formula for the scalar multiplication of a 3D vector is:

V' = k⋅V

where:

  • V'[1] = k⋅V[1]
  • V'[2] = k⋅V[2]
  • V'[3] = k⋅V[3]

For example, if k = 2 and V = [3,6,1]

V' = [2*3, 2*6, 2*1] = [6,12,2]


3D Vector Functions

References