Vault Of Euclid

Finding a Non-Diagonal Matrix with a Diagonal Square

Matrix operations warmup

Find a $2 imes 2$ matrix $A$ such that $A^2$ is diagonal but not $A$.
matrix-multiplicationdiagonal-matrixtracelinear-algebramatrix-powersconstruct-matrixcounterexampleoff-diagonal-entriessquare-matrix

The solution and a full step-by-step explanation are here. Sign in to read them.

What you need first

What this problem tests

Tests the ability to set up a general matrix, perform matrix multiplication algebraically, and solve for conditions that satisfy a given property.

This is a common introductory linear algebra problem that tests understanding of matrix multiplication and properties of diagonal matrices.

More on Matrix operations