Find the Kernel a=[[3,-1],[2,3]]b=[[4,1],[2,-3]]
Problem
Solution
Multiply the two matrices
A andB to find the resulting matrixM
Set up the homogeneous system
M*x=0 to find the kernel.
Calculate the determinant of
M to check if the kernel is trivial.
Conclude that since the determinant is non-zero, the matrix is invertible.
Final Answer
Want more problems? Check here!