Topic 1 Numerical Solution For Ce
Topic 1 Numerical Solution For Ce
COURSE DESCRIPTION
MATRICES
INTRODUCTION
Defintion
Matrix is " a rectangular array of elements arranged in m rows and n columns, and is
enclosed by a pair of parenthesis or brackets. "
The elements in a matrix may be numbers, variables, function, integrals, derivatives or
even other matrices.
Notation
or simply
A = (aij) = where 1 ≤ i ≤ m and 1 ≤ j ≤ n
The size or dimension of the matrix in m x n ( read as "m by n" )
-11
A= 6
0
5
Row vector or Row Matrix is a matrix with only one row and n columns
A= 31 3 -1
2 NULL MATRIX
Null Matrix also knwn as zero matrix, is a matrix whose elements are all equal
to zero . Example of a Null or Zero Matrix
0 0
B=
0 0
3 SQUARE MATRIX
A matrix with equal number or rows and columns is called a square matrix.
A square matrix of size "nxn" is also called a matrix of order n.
15 4 1
C = 11 -11 2 Matrix of order 3
12 6 0
4 TRIANGULAR MATRICES
0 0 amn
a11 0 0
a21 a22 0
E =
5 DIAGONAL MATRIX
A diagonal Matrix is a square matrix in which every element not on the principal
diagonal ( also called off-diagonal elements) is zero and whose diagonal
elements can take on any value '
15 0 0
F= 0 -11 0
0 0 3
6 SCALAR MATRIX
Scalar Matrix is a diagonal matrix where all elements along the principal diagonal
are all equal, that is , a11=a22=ann.
15 0 0
A= 0 15 0
0 0 15
7 IDENTITY MATRIX
Identity matrix or unit matrix is a scalar matrix whose element along the principal
diagonal are all equal to one.
1 0
A= 0 1 identity matrix of order 2
1 0 0
A= 0 1 0 unit matrix of order 3
0 0 1
8 TRANSPOSE MATRIX
Let A = (aij ) be an (m x n ) matrix. The transpose of A denoted by A isT defined
AT = (aji ) where the corresponding rows and columns of A are interchanged.
2 -1
A= -3 5
0 8
6 -3
2 -3 0 6
AT = -1 5 8 -3
-4 4 2
A= 0 5 -2
2 3 -1
The TRACE of A is given Tr (A) = (-4) + (5) + (-1) = 0
1 5 3 4
A= 5 6 7 9 symmetric matrix
3 7 2 3
4 9 3 5
0 v -t
A= -v 0 s skew-symmetric matrix
t -s 0