2022. 3. 11. 22:25ㆍMathematics/Linear Algebra
Vector is the fundamental building block of linear algebra, so it's worth making sure what exactly a vector is.
Perspective of Vector
- Physics student: vectors are arrows, defined by length and direction, pointing in space.
- Computer Science student: vectors are ordered lists of numbers.
- Mathematician student: vector can be anything where there's a sensible notion of 1). adding two vectors and 2). multiplying a vector by a number.
This view generalizes previous views(Physics and CS). (This hints the fact that the idea of vector addition and scalar multiplication will play an important role throughout linear algebra.)
When introducing a new concept about vectors, 1). think vector as arrow inside of coordinate system, like XY-plane, where tails of arrows are sitting at the origin. 2). then translate it over to the list of numbers, which are coordinate of arrow(vector). The coordinate of arrow(vector) is a pair of numbers. First number tells how far along
Vector addition & Scalar multiplication
Every topic in linear algebra will revolve around two operations. (called vector addition and scalar multiplication, respectively)
Vector addition
To add two vectors,

Geometrically
This reasonable? Think each vector as certain movement, a step with a certain distance and direction in space. First take
Numerically
The first vector
Scalar multiplication
Geometrically
Multiplying vector,
Process of stretching or squishing or sometimes reversing the direction of a vector is called scaling, and number,
Numerically
Multiplying a given vector,
Linear algebra topics tend to revolve around these two fundamental operations: vector addition, and scalar multiplication. In the last chapter of this series, think about why the mathematician thinks only about these operations.
The usefulness of linear algebra is that if we view vectors as arrows, it can be interpreted as numerical representation. Also if we view vectors are list-of-numbers, it can be interpreted as geometric representation.
'Mathematics > Linear Algebra' 카테고리의 다른 글
[Linear Algebra] 6. Inverse matrices, column space and null space (0) | 2022.03.12 |
---|---|
[Linear Algebra] 5. The determinants (0) | 2022.03.12 |
[Linear Algebra] 4. Matrix multiplication as composition (0) | 2022.03.12 |
[Linear Algebra] 3. Matrices as linear transformations (0) | 2022.03.12 |
[Linear Algebra] 2. Basis vector, linear combination, span and dependent (0) | 2022.03.12 |