Find the Kernel
Problem
Solution
Set up the system of linear equations by setting the output of the transformation equal to the zero vector.
Write the augmented matrix representing the system of equations.
Perform row operations to reach row-echelon form. Subtract 2 times the first row from the second, and subtract the first row from the third.
Continue row reduction to find the relationship between variables. Multiply the second row by
−1/5
Eliminate the second variable from the third row by subtracting 2 times the second row from the third.
Solve for the variables starting from the bottom row. The third row implies
12 .2c = 0,s(o) = 0$.
Substitute back into the other equations. Since
c=0 the second rowb−2.6*c=0 impliesb=0
Find the final variable using the first row
a+3*b−6*c=0 Substitutingb=0 andc=0 givesa=0
Identify the kernel as the set containing only the zero vector, since the only solution to the system is the trivial solution.
Final Answer
Want more problems? Check here!