Solution Space, Basis & Dimension of a Homogeneous System
A complete row-reduction walkthrough for a 4×6 coefficient matrix — finding the null space, extracting a basis, and reading off the dimension.
Find the solution space, a basis for that space, and its dimension for the homogeneous system \(AX = 0\), where
1 Set Up the System
Writing out \(AX = 0\) explicitly gives four equations in six unknowns:
In augmented matrix form (the last column of zeros is dropped from here on, since it never changes):
2 Row-Reduce to Echelon Form
Clear column 1 using row 1 as the pivot row:
R2 → R2 − 2R1 R3 → R3 − 2R1 R4 → R4 + R1This is the reduced row-echelon form of \(A\).
3 Identify Pivot and Free Variables
Pivots sit in columns 1, 3, and 5, so those variables are determined; the rest are free to choose.
Pivot Variables
- \(x_1\)
- \(x_3\)
- \(x_5\)
Free Variables
- \(x_2 = s\)
- \(x_4 = t\)
- \(x_6 = u\)
4 Solve for the Pivot Variables
Reading each row of the echelon form as an equation:
Substituting \(x_2=s,\; x_4=t,\; x_6=u\) and solving each pivot variable in terms of the free ones:
\[ x_1 = 3s + 14t + 37u,\qquad x_3 = -3t - 4u,\qquad x_5 = -5u \]5 General Solution
Collecting every component into a single vector and splitting it by the parameters \(s, t, u\):
This expression is the solution space of \(AX=0\) — every solution vector is some linear combination of the three vectors above.
6 Basis and Dimension
Since the three vectors are linearly independent (each has a leading 1 in a position where the others have a 0) and they span the solution space, they form a basis.
The solution space is the span of the three basis vectors above.
No comments:
Post a Comment