A matrix is a rectangular arrangement of numbers organized in rows and columns. The order of a matrix refers to the number of rows and columns it contains. Entries are the individual numbers within the matrix. Basic matrix operations include addition, subtraction, scalar multiplication, and multiplication. To add or subtract matrices, they must be the same order, while scalar multiplication multiplies each entry of the matrix by the scalar.