Questions: Matrices: Definition, Notation, and Special Types

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In a matrix A, which entry does the notation a₃₂ refer to?

AThe entry in column 3, row 2
BThe entry in row 3, column 2
CThe entry in row 2, column 3
DThe entry at position 32 counted left-to-right, top-to-bottom
Question 2 Multiple Choice

You are given a square matrix A where a_ij = 1 if i = j and a_ij = 0 if i ≠ j. What type of special matrix is this?

AA symmetric matrix, because it equals its own transpose
BThe identity matrix, because it has 1s on the main diagonal and 0s elsewhere
CA diagonal matrix, but not the identity matrix
DAn upper triangular matrix with 1s on the diagonal
Question 3 True / False

A 3 × 5 matrix has more columns than rows.

TTrue
FFalse
Question 4 True / False

In the notation a_ij for a matrix entry, the subscript j refers to the row number.

TTrue
FFalse
Question 5 Short Answer

Why does the order of subscripts in a_ij matter, and what error arises if a student consistently reads j as the row index and i as the column index?

Think about your answer, then reveal below.