Exclusive for the committed participants:
Google Slides:
<aside> 📢
The flow of understanding math for me looks like this: context → symbol → terminology.
</aside>
This chapter focusing on foundational concepts including vector notation, vector addition, scalar multiplication, and the formal definition of n-dimensional vector spaces.
Date: November 11, 2025 11:00 AM (GMT+7)
<aside> 🗒️
How to read this note: Each table row is explained below the table using the same numbering.
</aside>
| Goal | Step / Method | Justification / Example | |
|---|---|---|---|
| 1 | Represent a list of values compactly | Use a single symbol with subscripts: $w₁, w₂, ..., wₙ$ | Subscript denotes position in the list. Example: weights $w₁ = 156, w₂ = 125, ..., w₈ = 193$ |
| 2 | Formalize the list as a mathematical object | Write as an ordered tuple: $w = (w₁, w₂, ..., wₙ)$ | This tuple is called a linear array or vector |
| 3 | Distinguish vector elements from other fields | Call elements scalars (from $R$ or $C$) | Scalars are the individual numerical entries of the vector |
For the first point, however, ‘subscripts’ are not mere “position markers” or “labeling.” Subscript defines a coordinate system, which means $w₃$ means something fundamentally different from $w₁$.
<aside> 💡
Why R vs C Matters?
Because it fundamentally determines the following points:
Point 1: Algebraic Consequences
Real scalars (R):
Complex scalars (C):
Point 2: Geometric Consequences
Real vector spaces:
Complex vector spaces:
The complex vector (1, i) has "length" √2, but if you plot it as (1,0,0,1) in R⁴, that interpretation hides the phase structure.
</aside>
A disclaimer for the second point: the notation is not a structure. Those notations written referring to a ‘tuple.’ A tuple becomes a vector only when it lives in a ‘vector space’ with defined operations (addition, scalar multiplication).