Find the Null Space [[1,-2,-4,-5,0],[0,1,2,1,0]]
Problem
Solution
Identify the matrix
A and the system of equationsA*x=0 We are looking for all vectorsx=[(x_1),(x_2),(x_3),(x_4),(x_5)]T such that:
Perform row reduction to find the Reduced Row Echelon Form (RREF). Add 2 times the second row to the first row:
Write the equations corresponding to the RREF matrix:
Identify free variables by looking for columns without pivots. The pivots are in columns 1 and 2, so
(x_3) (x_4) and(x_5) are free variables. Let(x_3)=s() (x_4)=t and(x_5)=u Express pivot variables in terms of the free variables:
Write the general solution in vector form:
Final Answer
Want more problems? Check here!