Saved Bookmarks
| 1. |
Example of matrix ? |
|
Answer» Answer: A matrix with m ROWS and n COLUMNS is called an m × n matrix, or m-by-n matrix, while m and n are called its dimensions. For example, the matrix A above is a 3 × 2 matrix. Matrices with a single row are called row vectors, and those with a single COLUMN are called column vectors. |
|