Definition:
A set of mn numbers (real or imaginary) arranged in the form of a rectangular
array of m rows and n columns is called an m x n matrix (to be read as 'm' by
'n' matrix).
An m x n matrix is usually written as
In
compact form the above matrix is represented by
A
= [aij] mxn or, A = [aij]
Types
of Matrices
Row
Matrix
A
matrix having only one row is called a row-matrix or a row-vector. For example,
A = [1 2 -1 -2] is a row matrix of order 1 x 4.
Column
Matrix
A
matrix having only one column is called a column matrix or a column-vector.
Square
Matrix
A
matrix in which the number of rows is equal to the number of columns, say n, is
called a square matrix of order n.
Diagonal
Matrix
A
square matrix A = [aij] nxn is called a diagonal matrix
if all the elements, except those in the leading diagonal, are zero i.e.
aij
= 0, for all i ≠ j
A diagonal matrix of order n x n having d1, d2,…, dn as diagonal elements is denoted by diag [d1, d2,…, dn].
Scalar
Matrix
A square matrix A = [aij] nxn
is called a scalar matrix if
i. aij = 0
for all i ≠ j and
ii. aij = c
for all i, where c ≠ 0.
For
example, the matrices
Are
scalar matrices of order 2 and 3 respectively.
Identity
Or Unit Matrix
A
square matrix A = [aij] nxn is called an identity or unit
matrix if
i. aij= 0
for all i ≠ j and
ii. aij =
1 for all i
Null
Matrix
A
matrix whose all elements are zero is called a null matrix or a zero matrix.
For
example, are null matrices of order 2 x 2 and 2 x 3 respectively.
Special
types of Square Matrices
Symmetric
Matrix
A
square matrix A = [aij] is called a symmetric matrix if aij
= aji for all i, j
Skew- Symmetric
Matrix
A square matrix A = [aij] is a
skew-symmetric matrix of aij = - aji for all i, j
Orthogonal Matrix
A square matrix A is called an orthogonal matrix. If
AAT
=I=AT A
Upper Triangular Matrix
A
square matrix A = [aij] is called upper triangular matrix if aij
= 0 for all i >j.
Thus, in an upper triangular matrix, all
elements below the main diagonal are zero
Lower Triangular Matrix
No comments:
Post a Comment