Find the Kernel u=[[1,0],[1,0]]v=[[0,1],[0,1]]
Problem
Solution
Define the kernel for the first matrix
A=[[1,0],[1,0]] The kernel consists of all vectorsx=[[(x_1)],[(x_2)]] such thatA*x=0 Set up the system of equations for the first matrix.
Solve the system for
(x_1) and(x_2)
The variable
Express the solution as a span.
Define the kernel for the second matrix
B=[[0,1],[0,1]] The kernel consists of all vectorsy=[[(y_1)],[(y_2)]] such thatB*y=0 Set up the system of equations for the second matrix.
Solve the system for
(y_1) and(y_2)
The variable
Express the solution as a span.
Final Answer
Want more problems? Check here!