Matrices
An m × n matrix (or m by n matrix) is a rectangular array of data consisting of m rows and n columns and can be represented as follows:
The m × n is called the dimension or order of the matrix. Each datum aijin the matrix (aij)m × n is called an entry of the matrix. Each entry has a row index i and column index j, together representing the position of the entry in the matrix.
Example B.1 A matrix of 4 × 3
B.1 Special matrices
1. Square matrix:
A square matrix is a matrix of order m = n (short for n × n).
Example ...
Get Fundamental Data Compression now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.