Find the Kernel
Problem
Solution
Identify the task. The kernel (or null space) of a matrix
A is the set of all vectorsv such thatA*v=0 Although an inhomogeneous equationA*x=b is provided, finding the kernel refers to solving the homogeneous systemA*x=0 Set up the augmented matrix for the homogeneous system
A*x=0 using the coefficients of the matrix:
Simplify the first row by dividing by
3
Eliminate the first column entries below the pivot by performing
(R_2)←(R_2)+12*(R_1) and(R_3)←(R_3)−10*(R_1)
Simplify the second and third rows by dividing
(R_2) by12 and(R_3) by20
Eliminate the entry in the third row, second column by performing
(R_3)←(R_3)+3/4*(R_2)
Determine the rank. Since there are three pivots (the diagonal entries are non-zero), the matrix is non-singular (invertible).
Solve the homogeneous system. Since the matrix is invertible, the only solution to
A*x=0 is the trivial solution.
Final Answer
Want more problems? Check here!