Solution Space, Basis & Dimension of a Homogeneous System
A complete row-reduction walkthrough for a 3×5 coefficient matrix — finding the null space, extracting a basis, and reading off the dimension.
Find the dimension and a basis for the solution space \(W\) of the homogeneous system:
1 Set Up the System
In matrix form \(AX = 0\), with the augmented column of zeros dropped from here on:
2 Row-Reduce to Echelon Form
Clear column 1 using row 1 as the pivot row:
R2 → R2 − R1 R3 → R3 − 3R1This is the reduced row-echelon form of \(A\).
3 Identify Pivot and Free Variables
Pivots sit in columns 1 and 3, so those variables are determined; the rest are free.
Pivot Variables
- \(x_1\)
- \(x_3\)
Free Variables
- \(x_2 = s\)
- \(x_4 = t\)
- \(x_5 = 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_5=u\) and solving each pivot variable in terms of the free ones:
\[ x_1 = -2s + 5t - 7u,\qquad x_3 = -2t + 2u \]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 \(W\) of \(AX=0\) — every solution vector is some linear combination of the three vectors above.
6 Basis and Dimension
The three vectors are linearly independent (each has a leading 1 in a position where the others have a 0) and they span \(W\), so together they form a basis.
The solution space \(W\) is the span of the three basis vectors above.
No comments:
Post a Comment