M-1
M-1
Matrix introduction
Types of Matrices
Properties of Matrix multiplication
Transpose Matrix and properties of Transpose operation
Symmetric and Skew Symmetric Matrix
Inverse of Matrix and properties of Inverse operation
Inverse of Matrix from Matrix equation
Matrix introduction
Broadly speaking a Matrix is a mathematical “Structure”. Matrix algebra is analogously developed as the
Algebra for real variables. Matrix algebra is the branch of higher mathematics and is known as Linear
Algebra.
Types of Matrices
Column Matrix:
Row Matrix:
Rectangular Matrix: m is not equal to n, i.e., number of rows is not equal to number of columns:
M-1: Matrices-Properties and Operations |2
Following region is not the Diagonal as i is not equal to j for all elements in this region. Give an
example.
If all elements except some elements of the diagonal of a matrix are zero then that matrix is
called as diagonal matrix. So, a square matrix A = [aij]nxn is said to be a diagonal matrix if:
{
a ij= 0 if i≠ j
x if i= j
A diagonal matrix is said to be a scalar matrix if its diagonal elements are equal.
A square matrix A = [aij]nxn is said to be a scalar matrix if:
{
a ij= 0 if i≠ j
k if i= j
A Scalar matrix is said to be an Identity matrix (I) or unit matrix if each of its diagonal elements is
equal to 1
A square matrix A = [aij]nxn is said to be a Identity matrix if:
{
a ij= 0if i≠ j
1 if i= j
Identity matrix is similar to number 1 in real numbers.
Null or Zero Matrix (O): A matrix is said to be zero matrix or null matrix if all its elements are zero.
a ij=0 for any i , j. Null matrix is similar to 0 in real numbers.
M-1: Matrices-Properties and Operations |3
Exercise:
(6) Represent in form of “set diagram” and “hierarchy diagram” the following:
(a) Rectangular matrices
(b) Square matrices
(c) Diagonal matrices
(d) Scalar matrices
M-1: Matrices-Properties and Operations |4
Following laws regarding Matrix multiplication are always valid whenever both sides of the equality
are defined:
(AB) C = A (BC)
A (B + C) = AB + AC
(A + B) C = AC + BC
IA = AI = A
[ ] [ ]
1 0 0 −1 0 0
Example : A= 0 2 0 ∧B= 0 10 0 ; AB=BA(Verify )
0 0 3 0 0 5
Zero matrix as the product of two non-zero matrices: We know that, for real numbers a, b if ab
= 0, then either a = 0 or b = 0. This need not be true for matrices. Following example makes it
clear:
Exercise:
(1-A) Compute the following:
M-1: Matrices-Properties and Operations |6
(1-B) Write down the order of Matrix obtained by the product of following:
(a) 1x3 Matrix by 3x1 Matrix
(b) 4x2 Matrix by 2x1 Matrix
(c) 3x1 Matrix by 1x3 Matrix
(d) 2x1 Matrix by 4x2 Matrix
(d) Two 3rd order matrices
(e) A1xn by Bnxm
(f) Amxn by Bmxn
(g) Am by Bn
(h) An by Bn
(1-D) Does AB = 0 implies either A or B or both are null matrices. Illustrate through an example.
(1-E) Is it always true for any Square matrix A that AI = IA = A. Illustrate with a 3rd order matrix example.
How does an Identity or Unit matrix is analogous to number 1 in Real number system.
(1-F) Is it always true for any Square matrix A that A + O = A and AO = OA = O. Illustrate with a 3rd order
matrix example. How does Null matrix is analogous to number 0 in Real number system.
M-1: Matrices-Properties and Operations |7
(12) A matrix A such that A2 = I is called as Involutory. Show that Identity matrix is Involutory.
Transpose Matrix
Matrix obtained by interchanging the rows and columns of A is called the transpose of A. Note the
following:
Transpose of the matrix A is denoted by A′ or AT
In a Square matrix Transpose operation interchanges the upper and lower triangular regions or
flip the Upper and Lower triangles along diagonal
Exercise:
(1) Write down Symmetric and Skew-Symmetric matrix in concise notation.
(2) Prove that all the diagonal elements of a Skew-symmetric matrix are zero.
(3) For any square matrix A with real number entries, prove that A + A′ is a symmetric matrix.
(4) For any square matrix A with real number entries, prove that A – A′ is a skew symmetric matrix.
1 1
( 5 ) Starting ¿ A= ( A + A ' ) + ( A−A ' ) , prove that : Any square ¿ be expressed as the ∑ of a symmetric∧a skew sym
2 2
(6) Express the following matrices as the sum of a symmetric and a skew symmetric matrix:
(6) If A and B are symmetric matrices, prove that AB – BA is a skew symmetric matrix.
(7) Show that the matrix B′AB is symmetric or skew symmetric according as A is symmetric or skew
symmetric.
(8) If A, B are symmetric matrices of same order, then prove that AB – BA is Skew-symmetric matrix.
(9) If A and B are symmetric matrices of the same order, then show that AB is symmetric if and only if A
and B commute, that is AB = BA.
Every square matrix does not have its Inverse or every Square matrix is not invertible.
AA-1 = I, if A is invertible.
(AB)-1 = B-1 A-1: The inverse of the product of two matrices, having inverses, is the product in
reverse order of these inverses.
(A + B)-1 is always not equal to A-1 + B-1. So, Inverse operation is not distributive over
addition.
Exercise:
(7) Prove that (A-1)’ = (A’)-1. [Hint: AA-1 = I. Take transpose of both sides ]
M - 1 : M a t r i c e s - P r o p e r t i e s a n d O p e r a t i o n s | 12