<aside> <img src="/icons/list_gray.svg" alt="/icons/list_gray.svg" width="40px" />

목차

</aside>

Equal(=)


This is a simple and basic property ****of vectors.

Add(+)


This is a simple operation to add the components of two vectors.

$$ \vec{u}+\vec{v}=(u_x+v_x,u_y+v_y,u_z+v_z) $$

Geometric Interpretation

image.png

To add two vectors geometrically.

Physically

Subtract(-)


This is a simple operation to subtract the components of two vectors.

$$ \vec{u}-\vec{v}=(u_x-v_x,u_y-v_y,u_z-v_z) $$

Geometric Interpretation

image.png

To subtract two vectors geometrically. subtraction operation is very similar to addition.

Physically

Scalar Mulitiply(*)


Scalar multiplication involves multiplying each component of a vector by a scalar.

<aside> <img src="/icons/hashtag_gray.svg" alt="/icons/hashtag_gray.svg" width="40px" />

Scalar

image.png

Fomular

$$ c\vec{v}=(cv_x,cv_y,cv_z) $$

Geometric Interpretation

image.png