Prof. Alejandro Ucan-Puc
Three factory workstations share materials to produce products. Each workstation's output depends on materials received, represented by the matrix:
$$T = \begin{pmatrix} 2 & -1 & 0 \\ 0 & 1 & 1 \\ 1 & 0 & -1 \end{pmatrix}$$
Columns represent material flows; rows represent workstations. Negative entries represent material consumption.
All these questions are answered by the theory of vector spaces.
Definition: A set of objects $V$ equipped with two operations (vector addition $+$ and scalar multiplication $\cdot$) is called a vector space over $\mathbb{R}$ if it satisfies the 10 fundamental axioms.
Elements $u, v \in V$ are called vectors, and $\lambda, \mu \in \mathbb{R}$ are called scalars.
Consider $V = \mathbb{R}^2$ with standard addition, but non-standard scalar multiplication:
$$\lambda (a_1, a_2) = (0, 0)$$Fails Axiom 10: $1 \cdot (1, 1) = (0, 0) \neq (1, 1)$. Thus, $V$ is NOT a vector space.
Definition: A subset $W \subseteq V$ of a vector space $V$ is a subspace if $W$ is itself a vector space under the operations inherited from $V$.
Subspace Test (3 Criteria):
An industrial engineer studies a production system with 4 workstations $A, B, C, D$ whose outputs are represented by a vector
$$x = (x_A, x_B, x_C, x_D) \in \mathbb{R}^4.$$The system is constrained by:
Substituting the second relation into the first gives
$$x_A + x_B = x_C + 2x_A \quad \Rightarrow \quad x_B = x_A + x_C.$$Hence every feasible output combination is of the form
$$ (x_A, x_B, x_C, x_D) = (x_A, x_A + x_C, x_C, 2x_A) = x_A(1,1,0,2) + x_C(0,1,1,0). $$So the set of all feasible output combinations is a 2-dimensional subspace of $\mathbb{R}^4$.
A mechatronics engineer designs a robotic arm with three joint angles $(\theta_A, \theta_B, \theta_C) \in \mathbb{R}^3$.
The end-effector position is constrained by the feasibility condition
$$\theta_A + \theta_B + \theta_C = 2\pi.$$This means the admissible joint configurations form the plane
$$\{(\theta_A, \theta_B, \theta_C) \in \mathbb{R}^3 : \theta_A + \theta_B + \theta_C = 2\pi\}.$$In geometric terms, this is a 2-dimensional affine plane in $\mathbb{R}^3$; it is described by a linear equation and therefore has dimension 2.
Vector spaces provide the rigorous framework to study linear equations, production systems, and process optimization.
Next Session: Generating Sets, Linear Independence, and Dimension.