Processing math: 100%

Matrix

Matrix

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,3a1,na2,1a2,2a2,3a2,na3,1a3,2a3,3a3,nam,1am,2am,3am,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 = (367485) and B = (x674y5). Therefore : x = −3 and y = –8.
  • The transpose of a matrix A of dimension m × is the matrix B of dimension n × m such that bj, iai, j.
  • If A = (367485), then B = (346875).

Try Buzzmath activities for free

and see how the platform can help you.