Matrices Prese
Matrices Prese
a m1 a .m 2 a mn mn
Or
Row matrix: A matrix which has one row is called row matrix. A aij 1n
Column matrix: A matrix which has one column is called column matrix.
A aij m1
Diagonal matrix: A square matrix is called diagonal matrix if all the elements,
except the diagonal elements are zero.
Scalar matrix: A square matrix is called scalar matrix it all the elements,
except diagonal elements are zero and diagonal elements are equal.
aij , i j .
Identity or Unit Matrix: A square matrix in which all the non-diagonal
elements are zero and diagonal elements are unity is called identity or unit
matrix.
Null matrix: A matrix in which all elements are zero.
Equal matrix: Two matrices are said to be equal if they have the same order
and all their corresponding elements are equal.
Transpose of the matrix:
If A is the given matrix, then the matrix obtained by interchanging the rows and
columns is called the transpose of a matrix.
Properties of transpose: If A and B are matrices such that their sum and
product are defined, then
1. (AT )T A
A B AT B T
T
KAT KAT
AB
T
B T AT
ABC
T
5. C T B T AT
AB A and BA B , then A2 A, B2 B
aij a ji for all i, j also elements of the symmetric matrix are symmetric about the
main diagonal.
3 2 3
For example A 2 1.5 1 is a symmetric matrix as A' = A
3 1 1
Let A aij mn , and B b jk n p then AB is the matrix C of the order mxp. to get
i, k element
th
cik of the matrix C we take ith row of A and kth column of B
multiply them element wise and take the sum of all these products.
Determinants:
To every square matrix we can assign a number called its determinant.
A a11 ,
det. A | A | a11 .
a
If A 11 a12 ,
a 21 a 22
| A | a11a22 a21a12 .
Properties:
● The value of a determinant remains unchanged if its rows and columns
are interchanged.
● If any two rows/columns, then the sign of the determinant changes.
● If two rows/columns of a determinant are the identical value of the
determinant is zero.
● If all the elements of the rows/columns of a determinant are multiplied by
a constant k, then its value gets multiplied by k.
Cofactor of an element aij, denoted by Aij is defined by Aij = (-1)i+jMij where Mij is
minor of aij.
Invertible matrix:
A matrix A is said to be invertible if another matrix B exists, such as AB = BA
= I.
A-1 = Adj.A
| A|
System of linear equations:
a1x b1 y c1z d1
a2 x b2 y c2 z d2
a3 x b3 y c3 z d3
a b c
3 3 3
x d1
y d 2
z d 3
That is AX B
X A1B
Criteria of consistency:
1. If | A | 0 , then the system of equations is said to be consistent & has a
unique solution.