- Entry
- Reader's guide
- Entries A-Z
- Subject index
Matrix Operations
A matrix is a rectangular array of numbers, and is called m by n when it has m rows and n columns. Examples include the matrices A (which is 2 by 3), M (3 by 2), and S (4 by 4) below:

Given an m by n matrix ...
- Loading...