Prof. Alejandro Ucan-Puc
An industrial production system has 4 workstations (A, B, C, D) sharing raw materials and labor:
What is the dimension of feasible output vectors $(x_A, x_B, x_C, x_D) \in \mathbb{R}^4$?
Definition: Let $v_1, v_2, \dots, v_k \in V$. A vector $v \in V$ is a linear combination of $\{v_1, \dots, v_k\}$ if there exist scalars $c_1, c_2, \dots, c_k \in \mathbb{R}$ such that:
$$v = c_1 v_1 + c_2 v_2 + \dots + c_k v_k$$Definition: The span of a set $S = \{v_1, \dots, v_k\}$, denoted $\text{Span}(S)$, is the set of all possible linear combinations of vectors in $S$:
$$\text{Span}(S) = \{ c_1 v_1 + \dots + c_k v_k \mid c_i \in \mathbb{R} \}$$Theorem: $\text{Span}(S)$ is always a subspace of $V$.
Definition: A set of vectors $\{v_1, v_2, \dots, v_k\}$ is linearly independent if the equation:
$$c_1 v_1 + c_2 v_2 + \dots + c_k v_k = 0$$has only the trivial solution $c_1 = c_2 = \dots = c_k = 0$.
If there exist non-zero scalars $c_i \neq 0$ satisfying the equation, the set is linearly dependent.
Definition: A subset $B = \{v_1, v_2, \dots, v_n\} \subset V$ is a basis for $V$ if:
Definition: The dimension of a finite-dimensional vector space $V$, denoted $\text{dim}(V)$, is the number of vectors in any basis of $V$.
Bases provide unique coordinate systems for vector spaces, defining the degrees of freedom in engineering models.
Next Session: Linear Transformations, Kernels, and Images.