Matrix
Matrix
A rectangular (or square) array of numbers. Matrices can be written using brackets or parentheses.
![Two 3×4 matrices with brackets and parentheses showing values: rows [3,6,-9,0], [0,4.2,5,3.14], [-4,0,12,1]](/m/m_assets/m11.gif)
See also
Element of a matrix, row of a matrix, column of a matrix, coefficient matrix, augmented matrix, row operation, main diagonal, diagonal matrix, identity matrix, matrix addition, matrix subtraction, matrix multiplication, inverse of a matrix
Key Formula
- A = The name of the matrix (typically an uppercase letter)
- aij = The element in row i and column j
- m = The number of rows
- n = The number of columns
Worked Example
Another Example
This example demonstrates matrix multiplication, which is more involved than addition. Unlike addition, multiplication requires a dot-product process across rows and columns, and the order of multiplication matters (AB ≠ BA in general).
Frequently Asked Questions
What is the difference between a matrix and a determinant?
What does the size (or order) of a matrix mean?
When do you use matrices in math?
Matrix vs. Determinant
| Matrix | Determinant | |
|---|---|---|
| What it is | A rectangular array of numbers | A single numerical value computed from a square matrix |
| Notation | Brackets or parentheses: [ ] or ( ) | Vertical bars: | | |
| Shape requirement | Can be any m × n dimensions | Only defined for square matrices (n × n) |
| Result type | An organized collection of numbers | A single scalar number |
| Primary use | Organizing and transforming data, solving systems | Testing invertibility, finding area/volume |
Why It Matters
Common Mistakes
Related Terms
- Element of a Matrix — An individual entry at a specific row and column
- Row of a Matrix — A horizontal list of entries in a matrix
- Column of a Matrix — A vertical list of entries in a matrix
- Identity Matrix — The square matrix that acts like 1 in multiplication
- Matrix Multiplication — The operation of multiplying two matrices together
- Matrix Addition — Adding matrices element by element
- Inverse of a Matrix — The matrix that yields the identity when multiplied
- Augmented Matrix — A matrix used to solve systems of equations
