Assessment: Matrices
Answer every question, then submit to see your score and which topics to review.
Part A β Concept Questions
What does the "order" of a matrix describe?
EasyA matrix has an inverse exactly when its determinant is:
EasyPart B β Formula & Application
Find A+B, where A=[[2,1],[0,3]] and B=[[1,4],[5,2]].
MediumFind the determinant of [[5, 3], [4, 2]].
MediumPart C β Problem Solving
For A=[[1,3],[2,0]] and B=[[2,1],[4,5]], find the (2,2) entry of AB.
HardFind the inverse of [[1,0],[0,1]] (the identity matrix).
HardPart D β Real-Life Application
Why is the matrix method (X = Aβ»ΒΉB) especially useful for large systems of equations?
MediumA quantities matrix (recipes Γ ingredients) is multiplied by a cost matrix (ingredients Γ 1) to get total recipe costs. What must be true for this multiplication to work?
MediumPart E β Challenge
Solve 3x + 2y = 16 and x + y = 7 using matrices. Find y. (A=[[3,2],[1,1]], det=1.)
HardA matrix [[2,4],[1,2]] is given. What happens when you try to find its inverse?
Hard0/10 answered