Matrices Basic Concepts
Matrices Basic Concepts
Matrices Basic Concepts
A=
A = [𝑎𝑖𝑗]𝑚𝑥𝑛 ,1 ≤ i ≤ m,1 ≤ j ≤ n
Comparable matrices ::
The matrices are said to be comparable (or compatible) iff each
one of them contains as many row and columns as the other.
Equal matrices::
Two matrices A= [𝑎𝑖𝑗]𝑚𝑥𝑛 and B = [𝑏𝑖𝑗]𝑚𝑥𝑛 are said to be
equal (written as A= B) iff
(i) they are of the same order, and
(ii) 𝑎𝑖𝑗= 𝑏𝑖𝑗 for all i and j
Type of matrices::
(i)Row Matrix - A matrix having only one row is called row matrix
(ii) Column matrix -A matrix having only one column is called column
matrix.
(v) Diagonal matrix: A square matrix A = [𝑎𝑖𝑗]𝑚 𝑥 𝑛 is called a diagonal matrix iff all its non
diagonal elements are zero . The diagonal elements may or may not be zero . Thus a square
matrix A is a diagonal matrix if 𝑎𝑖𝑗 = 0 when i ≠ j
(vi) Scalar matrix -A diagonal matrix in which all diagonal elements are equal is called a scalar
matrix ,
(vii) Identity matrix - A scalar matrix in which each diagonal element is unity is called identity
matrix or unit matrix. It is denoted by I
Operations on matrices
Addition of matrices:
If A and B are two matrices of the same order then their sum A+B is the matrix
obtained by adding the corresponding elements of A and B
Subtraction of matrices:
If A and B are two matrices of the same order then their difference A-B is the matrix
obtained by subtracting the corresponding elements of A and B
(i) (𝜆 + 𝜇 ) A = 𝜆𝐴 + 𝜇 A
(ii) 𝜆(A + B) = 𝜆 A + 𝜆 B
(vii) If AB= 0, then it does not mean that A = O or B = 0, again product of two non zero matrices
may be a zero matrix.
(viii) If A and B are two matrices such that AB exists, then BA may or may not
Positive integral powers of a matrix.
The positive integral powers of a matrix A are defined only when A is a square matrix. Also them
𝐴2 = AA , 𝐴3 = AAA = 𝐴2 A. Also for any positive integers m, n
(i) 𝐴𝑚 𝐴𝑛 = 𝐴𝑚+𝑛
(ii) (𝐴𝑚 )^n = 𝐴𝑚𝑛 = (𝐴𝑛 )^m
(iii) 𝐼 𝑛 = 𝐼
Matrix polynomial
If f(x) = 𝑥 2 - 3x + 2 is a polynimial and A is a square matrix then
F(A) = 𝐴2 - 3A + 2I is a matrix polynomial , where I is the identity matrix
Of same order as that of A
Transpose of a matrix
Let A be a m x n matrix then transpose of A denoted by A’ or 𝐴𝑡 is the matrix obtained by
interchanging its row and column . A’ is an n x m matrix
Properties of transpose
Let A and B be tum suitable matrices, then
(i) (A’)’ = A
(ii) (A±𝐵)’ = A’ ± B
Important
(i) Every element in the principal diagonal of a skew symmetric matrix is always zero
(iii) Every matrix a can be uniquely expressed as the sum of symmetric and skew symmetric
matrix i.e. A = ½ (A + A’) + ½ (A - A’)
Invertible matrices
Let A be a square matrix of onder n. then A is called invertible (or inversible) iff there exists a
square matrix B of order n such that AB=I =BA, where I being unity matrix of order n In such a
case, we say that the inverse of matrix A is B and we write 𝐴−1 = 𝐵.