- Identify rows and columns
Before working with matrices, it’s important to understand the basic structure of how they are organized. A matrix is a rectangular arrangement of numbers, symbols, or expressions in rows and columns.
rows x columns
- Rows go across (horizontally)
- Columns go up and down (vertically)

element
Each value in a matrix is called an element.
The number of elements can be found by calculating [latex]rows \times columns[/latex]
2 & 5 & 7 \\
4 & 0 & -1
\end{bmatrix}