Matrix definition
- A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns.
- Basically, it’s a 2D grid of values.
Examples of matrices
Section titled “Examples of matrices”3x3 matrix of numbers:
2x2 matrix of variables:
Order of a matrix
Section titled “Order of a matrix”- The order is the number of rows and columns in a matrix.
- It is written as
m x n, where:m= number of rowsn= number of columns
- For example, a matrix with 3 rows and 4 columns has an order of
3 x 4.
Matrix notation
Section titled “Matrix notation”A matrix is a table of values written in square brackets or parentheses - []
or ().
We usually represent a variable that holds a matrix with a capital [and bold] letter, e.g. A, B, or M.