Find the Kernel
Problem
Solution
Define the kernel. The kernel (or null space) of a matrix
A is the set of all vectorsx such thatA*x=0 We ignore the vector on the right side of the provided equation as finding a kernel always involves solving the homogeneous system.Set up the augmented matrix. We represent the system
A*x=0 using the coefficients of the matrix.
Perform row operations to reach row echelon form. Subtract 3 times row 1 from row 2, 2 times row 1 from row 3, and add row 1 to row 4.
Continue row reduction. Multiply row 2 by
−1 Then add 4 times the new row 2 to row 4.
Eliminate the last row. Multiply row 3 by
−1 Subtract 13 times the new row 3 from row 4.
Identify the pivot columns. Since there is a pivot in every column of the coefficient matrix, the only solution to the homogeneous system is the trivial solution.
Final Answer
Want more problems? Check here!