Skill: Identify a matrix element from its row and column indices

Explanation and Free Practice Resources

In a finite matrix, an entry indexed aija_{ij} is the element in row ii and column jj: the first index identifies the row and the second the column. The row and column indices must lie within the matrix’s dimensions, and reading them in the wrong order can select a different entry; this notation supports precise reference to elements in matrix calculations.

Detailed Explanation: Identify a matrix element from its row and column indices

In the notation aija_{ij}, the first index ii tells you the row, and the second index jj tells you the column. Find the row first, then move across to the column.

For example, let

A=[4−172053−68914].A=\begin{bmatrix} 4&-1&7&2\\ 0&5&3&-6\\ 8&9&1&4 \end{bmatrix}.

Find a23a_{23}.

  1. The first index is 22, so look at row 2: [0, 5, 3, −6][0,\ 5,\ 3,\ -6].
  2. The second index is 33, so select the third entry in that row.

Therefore, a23=3a_{23}=3. The matrix has 3 rows and 4 columns, so both indices are within its dimensions. Remember: reversing the indices would mean a different row and column.

Learn by doing: Identify a matrix element from its row and column indices

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Your results

Practice with unlimited practice problems

Matrices - Identify Entry - Matrix and Row Column Notation to Value


    ?

    Download/Modify Free Grade 12 'Identify a matrix element from its row and column indices' Worksheet

    Print this free 'Identify a matrix element from its row and column indices' worksheet to practice this skill away from the computer. Click 'Modify' to easily customize this worksheet to your exact needs.

    Explore More Grade 12 Math