Skip to content
← All challenges
MathematicsHard

Matrix Operations

Mathematics challenge: Linear algebra underpins computer graphics, machine learning, physics simulations, and more. Master matrix operations.

Scenario

Work through a series of matrix calculations covering multiplication, determinants, and eigenvalues.

Scored questions

Question 1

Multiply: A = [[1,2],[3,4]], B = [[2,0],[1,3]]. What is entry (1,1) of AB (top-left)?

Question 2

What is the determinant of A = [[3,1],[2,4]]?

Question 3

For matrix A = [[2,0],[0,3]], what are the eigenvalues?

Question 4

A matrix is invertible (non-singular) if and only if its determinant is:

Answer keys, scoring tolerance, XP, and awards stay on the server. Retrying the same attempt cannot award twice.

Open related simulation →