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
3x3 matrix of numbers:
2x2 matrix of variables:
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
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.
flashcards
| Question | Answer |
|---|---|
| What is a matrix? | A rectangular array of numbers, symbols, or expressions, arranged in rows and columns; basically a 2D grid of values. |
| What is the order of a matrix? | The number of rows and columns, written as |
| How is matrix order typically written? | As |
| How are matrix values typically enclosed? | In square brackets [] or parentheses (). |
| How do we denote a variable that holds a matrix? | With a capital (and often bold) letter, e.g. A, B, or M. |
| Give an example of a | |
| Give an example of a |