Find the Null Space [[1,-1],[1,1]]
Problem
Solution
Set up the equation for the null space by finding all vectors
x=[[(x_1)],[(x_2)]] such thatA*x=0
Write the system of linear equations represented by the matrix multiplication.
Perform row reduction on the augmented matrix to find the row echelon form.
Solve for the variables by continuing the reduction to reduced row echelon form.
Identify the solution for the variables
(x_1) and(x_2)
Conclude the null space contains only the zero vector since there are no free variables.
Final Answer
Want more problems? Check here!