Matrix

From alpha
Jump to navigation Jump to search

Matrices is a plural form of a matrix, which is a rectangular array or a table where numbers or elements are arranged in rows and columns. They can have any number of columns and rows. Different operations can be performed on matrices such as addition, scalar multiplication, multiplication, transposition, etc.

Definition

A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements or the entries of the matrix. We denote matrices by capital letters. The following are some examples of matrices:

In the above examples, the horizontal lines of elements are said to constitute, rows of the matrix and the vertical lines of elements are said to constitute, columns of the matrix. Thus has 3 rows and 2 columns, has 3 rows and 3 columns while has 2 rows and 3 columns.

Order of a matrix

A matrix having rows and columns is called a matrix of order or simply matrix (read as an by matrix). With reference to the So above examples of matrices, we have as matrix, as matrix and as matrix. We find that has elements, and have and elements, respectively.

In general, an matrix has the following rectangular array:

If a matrix has rows and columns, then it will have elements. A matrix is represented by the uppercase letter, in this case, , and the elements in the matrix are represented by the lower case letter and two subscripts representing the position of the element in the number of row and column in the same order, in this case, , where is the number of rows, and is the number of columns. For example, in the given matrix , element in the 3rd row and 2nd column would be , can be verified in the matrix given above.