Skip to content

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?

Easy

A matrix has an inverse exactly when its determinant is:

Easy

Part B β€” Formula & Application

Find A+B, where A=[[2,1],[0,3]] and B=[[1,4],[5,2]].

Medium

Find the determinant of [[5, 3], [4, 2]].

Medium

Part C β€” Problem Solving

For A=[[1,3],[2,0]] and B=[[2,1],[4,5]], find the (2,2) entry of AB.

Hard

Find the inverse of [[1,0],[0,1]] (the identity matrix).

Hard

Part D β€” Real-Life Application

Why is the matrix method (X = A⁻¹B) especially useful for large systems of equations?

Medium

A 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?

Medium

Part E β€” Challenge

Solve 3x + 2y = 16 and x + y = 7 using matrices. Find y. (A=[[3,2],[1,1]], det=1.)

Hard

A matrix [[2,4],[1,2]] is given. What happens when you try to find its inverse?

Hard

0/10 answered