Find the Null Space [[1,0],[0,1]]
Problem
Solution
Identify the matrix
A and the definition of the null space. The null space consists of all vectorsx such thatA*x=0
Set up the homogeneous system of linear equations
A*x=0 using a vectorx=[[(x_1)],[(x_2)]]
Perform matrix multiplication to create a system of equations.
Solve for the variables. The equations directly state that
(x_1)=0 and(x_2)=0
Conclude that since the only solution is the zero vector, the null space contains only the origin. This is expected as the identity matrix is non-singular and has a determinant of 1.
Final Answer
Want more problems? Check here!