Find the Kernel
Problem
Solution
Multiply the two matrices
A andB to find the transformation matrixM SinceB is a diagonal matrix, each column ofA is scaled by the corresponding diagonal element ofB
Set up the homogeneous system
M*x=0 to find the kernel (null space).
Perform row reduction on the augmented matrix to find the row echelon form. Divide the first row by 3.
Eliminate the first column entries below the pivot. Subtract 9 times the first row from the second, and 15 times the first row from the third.
Simplify the third row by dividing by 9.
Eliminate the second column entry in the third row. Subtract
1/5 of the second row from the third row.
Determine the rank of the matrix. Since there are three pivots, the matrix is non-singular (invertible).
Conclude that the only solution to the homogeneous system is the trivial solution.
Final Answer
Want more problems? Check here!