A linear system can be written in some equivalent ways, which are useful in different contexts: a system of linear equations, can be recorded in matrix equation \(A\mathbf{x}=\mathbf{b}\text{,}\) we also introduce vector equation shortly. This section demonstrates how these three forms arise from one another and why being able to move fluently among them is a core skill in linear algebra.
Subsection1.5.1From Linear System to Matrix Equation
We have learned from previous sections that any linear system can be represented as a matrix equation. Let’s apply this knowledge to our linear system:
Following the method we learned earlier, we can organize the coefficients into a coefficient matrix \(A\) and write this system as the matrix equation \(A\mathbf{x} = \mathbf{b}\text{:}\)
The numbers \(v_1, \ldots, v_n\) are called the entries (or components) of \(\mathbf{v}\text{.}\) Two vectors are equal if and only if all their corresponding entries are equal.
An expression of the form \(c_1\mathbf{v}_1 + c_2\mathbf{v}_2 + \cdots + c_k\mathbf{v}_k\) is called a linear combination of the vectors \(\mathbf{v}_1, \ldots, \mathbf{v}_k\) with coefficients (or weights) \(c_1, \ldots, c_k\text{.}\)
Solution Process: To solve this vector equation, we need to find scalars \(x_1, x_2, x_3, x_4, x_5\) such that the linear combination of the given vectors equals the target vector.
This reveals a fundamental connection: the matrix equation \(A\mathbf{x} = \mathbf{b}\) is equivalent to the vector equation \(x_1\mathbf{v}_1 + x_2\mathbf{v}_2 + \cdots + x_5\mathbf{v}_5 = \mathbf{b}\).
These three forms are mathematically equivalent, meaning they represent exactly the same problem and have the same solution set. Each form provides its own important perspective and computational advantages. However, what is even more important than any individual form is understanding the connections between them. The ability to translate fluently among these three representations is a fundamental skill in linear algebra, as it allows us to choose the most appropriate viewpoint for any given problem and to leverage the strengths of each approach.
The three forms we have seen—linear system, matrix equation, and vector equation—are not three different problems. They are three languages for the same problem, each chosen because it makes certain things easier to see or to say:
Linear system: closest to everyday reasoning. Each equation is a constraint written in plain arithmetic, immediately interpretable as a balance or a condition on the unknowns. It is the natural starting point for building intuition.
Matrix equation \(A\mathbf{x}=\mathbf{b}\): compact and computable. It packages all coefficients into a single object and allows us to state, manipulate, and solve problems with a few symbols. Row reduction, for instance, operates directly on \([A\mid\mathbf{b}]\text{.}\) This form is built for calculation.
Vector equation: algebraic and geometric at once. Asking whether \(\mathbf{b}\) is a linear combination of the columns of \(A\) reframes a computation as a question about span, geometry, and structure. This language will carry us deep into the theory of vector spaces.
The fact that one underlying idea can be expressed in these three distinct yet equivalent forms is precisely what gives linear algebra its vitality. Each form illuminates a different facet of the same truth, and the interplay among them generates the subject’s richness. Whenever we are stuck in one language, we can switch to another. This flexibility—not any single formula—is the real power of the subject.