Basic operations on vectors
1Introduction
The essential point is to treat a
2Terms and definitions
A vector in is an ordered list of numbers, written as
The
A
A
3Strategy
First check component-wise calculations in two
4Intuitive explanation
Adding vectors corresponds to performing displacements one after another.
In component notation, these operations are carried out separately on each coordinate. Thus vector operations are not a new complicated rule; they are parallel calculations along the coordinate axes.
5Precise explanation
For and , vector addition and subtraction are defined by
For a scalar ,
These definitions make addition and scalar multiplication work together. For example,
is a
6Worked example
Let and . Then
and
The first and second components are processed independently. Also, if and , then .
7Common misunderstandings
- Do not identify a vector with a point without context. A point is a position; a vector represents displacement or components.
- Increasing the dimension does not change the rules: addition and scalar multiplication remain component-wise.
- A
linear combination is not just ordinary addition; the coefficients are freely chosen and determine how directions are combined.線型結合 せんけいけつごう
8Scope
This page uses real scalars. With complex scalars the basic operations have the same form, but inner products and angles require conjugation.
9Final forms
10In one sentence
Basic vector operations are performed component by component, and