An ordered array of numbers.
A matrix A of dimension m × n is a table that contains m rows and n columns in which numbers are in an m·n arrangement.
Let A be a set of numbers and (m, n) be an ordered pair of positive integers. The coefficient matrix in A, of dimension m × n, that is, of m rows and n columns, is a family (ai, j) of elements in A indexed by the Cartesian product of the sets of integers [1, m] and [1, n].
(a1,1a1,2a1,3…a1,na2,1a2,2a2,3…a2,na3,1a3,2a3,3…a3,n……………am,1am,2am,3…am,n)
- In the matrix above, the element a1,2 is read as “a one-two”.
- The first element of the ordered pair in the index indicates the row, whereas the second element indicates the column.
- The element a3,2 is located in the third row and in the second column.
Examples
- Consider the matrix : A = (367485)
Then : a1,2 = 6 and a2,3 = 5. - Two matrices are equal if they have the same dimensions and if their corresponding elements are equal.
Let A = (–3674–85) and B = (x674y5). Therefore : x = −3 and y = –8. - The transpose of a matrix A of dimension m × n is the matrix B of dimension n × m such that bj, i = ai, j.
- If A = (–3674–85), then B = (–346–875).