A matrix (plural matrices) is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. The individual items in a matrix are called its elements or entries. Thus a m x n matrix is of the form
In matrix A has m rows and n column aij is the element of ith row and jth column.
If number of row and number of column in matrix is equal (m = n) then matrix is said to be square matrix. Then its diagonal containing the entries a11 ,a22 , ann ...., ann is called main diagonal or principal diagonal of A.
A matrix that is not diagonal is called a rectangular matrix.
Transposition
A transpose AT of a m x n matrix A =[aij] is the n x m matrix that has the first row of A as its first column, the second row of A as its second column, and so on. Thus the transpose of A is
Symmetric matrices and skew-symmetric matrices
Matrices whose transpose equals the matrix are called symmetric matrix. Matrices whose transpose equals the minus of matrix are called anti-symmetric matrix
AT = A (symmetric matrix) and AT = -A (anti-symmetric matrix)
Equality of matrices
Two matrices A [aij] and B [bij] are equal, written A = B , if and only if they have the same size and the corresponding entries are equal, that is a11 = b11 , a12 = b12 and so on.
Addition is defined only for matrices A [aij] and B = [bij] of the same size; their sum written A + B , is then obtained by adding the corresponding entries. Matrices of different sizes cannot be added
The product of any m x n matrix A = [aij] and any scalar λ = written λ A is the m x n matrix λA =[λaij] obtained by multiplying each entry in A by λ. Thus
Here (-1) A is simply written -A and is called the negative of A . Similarly, (-k)A is simply written -kA . Also, A +(-B) is written A - B and is called the difference of A and B (which must have the same size).
For matrices of the same size m x n we obtain for addition
(i) A + B = B + A
(ii) (A + B) + C = A + (B + C)
(iii) A + 0 = A
(iv) A + (-A) = 0 here 0 denote the zero matrix of size m x n.
and for scalar multiplication
(i) λ(A + B) = λA + λB
(ii) (λ + k )A = λA + kA
(iii) λ(kA) = (λk )A
(iv) 1A = A
Transposition of sum can be done term by term (A + B)T =AT + BT and for scalar multiplication we have (λA)T = λAT
The product C = AB (in this order) of an m x n matrix A = [aij] and r x p matrix B = [bij] is defined if and only if r = n, that is
Number of rows of 2nd factor B= Number of columns of 1st factor A
and is then defined as the m x p matrix C = [cij] with entries
(i) AB ≠ BA in general
(ii) AB = 0 does not necessarily imply A = 0 or B = 0 or BA = 0
(iii) AC = AD does not necessarily imply C = D .
(iv) (kA)B = k(AB) = A(kB)
(v) A(BC) = (AB)C
(vi) (A + B )C = AC + BC
(vii) (AB)T = BTAT
Upper triangular matrices are square matrices that can have nonzero entries only on and above the main diagonal, whereas any entry below the diagonal must be zero.
Similarly lower triangular matrices can have nonzero entries only on and below the main diagonal, whereas any entry above the diagonal must be zero. Any entry on the main diagonal of a triangular matrix may be zero or not
These are square matrices that can have nonzero entries only on the main diagonal. Any entry above or below the main diagonal must be zero.
If all the diagonal entries of a diagonal matrix S are equal, say, c , we call S a scalar matrix because multiplication of any square matrix A of the same size by S has same effect as the multiplication by scalar, that is,
AS = SA = cA
Example:
and
A scalar matrix whose entries on the main diagonal are all 1 is called a unit matrix (identity matrix) and is denoted by I . Thus
AI = IA = A
The inverse of a n x n matrix A = [aij] is denoted by A-1 and is an n n matrix such that AA-1 = A-1 A = I
where I is the n x n unit matrix.
Note:
(i) If A has inverse, then A is called a nonsingular matrix.
(ii) If A has no inverse, then A is called a singular matrix.
(iii) If A has an inverse, the inverse is unique.
The inverse of a nonsingular n x n matrix A = [aij] is given by
where Aij is the cofactor of aij in det A . Note well that in A-1, the cofactor Aij occupies the same place as aji does in A .
Cofactor of aij
A determinant of order n is a scalar associated with an n n matrix A = [aij], which is written
and is defined for n = 1 by D = a11 ,
and is defined for n > 2 by
D = ai1 Ci1 + ai2Ci2 + •••• + ainCin (i = 1,2 .......,or n)
where Cij = (-1i)i + j Mij
and Mij is a determinant of order (n - 1), namely, the determinant of the submatrix of A obtained from A by deleting the row and column of the entry aij .
Mij is called the minor of aij in D and Cij is the cofactor of aij in D .
Example 1: Let
Example 2: Let then cofactor of A is
Hence,
Example 3: Let
Let A = [aij] be a given n xn square matrix and consider the equation
AX = λX ........(1)
Here X is an unknown vector and λ an unknown scalar and, we want to determine both.
A value of λ for which (1) has a solution X ≠ 0 is called eigenvalue of the matrix A . The corresponding solutions X ≠ 0 of (1) are called eigenvevtors of A corresponding to that eigenvalue A.
In matrix notation, (A-λI)X = 0 ........(2)
This homogeneous linear system of equations has a nontrivial solution if and only if the corresponding determinant of the coefficients is zero
D (λ) is called the characteristic determinant. The equation is called the characteristic
equation of the matrix A . By developing D (λ) we obtain a polynomial of nth degree
in λ . This is called the characteristic polynomial of A .
Note:
Orthonormality Condition
If i = j then δij = 1 (Normalisation Condition)
and If i ≠ j then δij = 0 (Orthogonal Condition)
Linear independence and dimensionality of a vector space
A set of A vectors X1,X2,...,XN is said to be linearly independent if
is satisfied when a1 = a2 = a3 = a4 =........= 0 otherwise it is said to be linear dependent.
The dimension of a space vector is given by the maximum number of linearly independent vectors the space can have.
The maximum number of linearly independent vectors a space has isN(X1X2,...,XN) . This space is said to be N dimensional. In this case any vector Y of the vector space can be expressed as linear combination.
Example 4: Find the eigenvalues and orthonormal eigenvectors of matrix
For eigenvalues
(2-λ) {X2 - 1} = 0 ⇒ λ = 2 and λ = +1
Eigenvalues are given by λ =-1, X2 = 1, λ3 = 2. All eigenvalues are different so they are non-degenerate.Eigenvector can be determined by the equation AX = λX .
For λ1 = -1
Normalized eigenvector can be determined by relation Xx = 1.
Normalized Eigenvector corresponds to λ = -1 is
For λ2 = 1
Normalized eigenvector can be determined by relation X2T X2 = 1 ⇒ X2 =For λ3 = 2
Normalized eigenvector can be determined by relation X3TX3 = 1
Example 5: Find the eigenvalues and orthonormal eigenvectors of matrix A =
Also check that eigenvectors are linearly independent.
For eigenvalues (A - λI) = 0
(1-λ){λ2-l} = 0 ⇒ 1 = 1, 1,-1
where λ = -1 is non-degenerate eigenvalue and λ2 = λ3 = 1 is doubly degenerate eigenvalue.
Eigenvector can be determined by the equation AX = λX .For λ1 =-1
Normalized eigenvector can be determined by relation
For λ2, = λ3 = 1
So eigenvector is given byfor any value of x, and x,. One can find Eigenvector corresponds to λ2 = λ3 = 1 but we need to find orthogonal Eigenvectors.
Let X1 = X1 and x2 = 0 so X2 =
Normalized eigenvector can be determined by relation X2TX2, =1 ⇒ X2 =
Now we must find third Eigenvector which will satisfied equation x1 = x1 and x2 = x3 and orthogonal to X2.So and value of x2 can be find with orthogonal relation X3TX3 = 1
⇒ a1 = 0, a2 = 0, a3 = 0,So they are linearly independent.
Example 6: Find the eigenvalues and orthonormal eigenvectors of A =
For eigenvalues (A - λI) = 0
⇒ - (2 + λ) {-λ (1 - λ) -12} - 2 {-2λ - 6} - 3 {-4 + (1 - λ)) = 0
⇒ -(2 + λ){-λ + λ2-12} -2{-2λ-6}-3{-3-λ} = 0
⇒ (2 +λ) {-λ +λ2 -12} - 2 {2λ + 6} - 3 {3 +λ} = 0
⇒ 2{-λ + λ2-12} + {-λ2+λ3-12λ)-7λ-21 = 0
⇒ λ3 +λ2 -21λ-45 = 0 ⇒ (λ + 3)2 (λ-5) = 0 ⇒ λ = -3, -3, 5where λ1 = 5 is non-degenerate eigenvalue and λ2, = λ3, = -3 is doubly degenerate eigenvalue.
Eigenvector can be determined by the equation AX = λX .
⇒ -2x1 + 2x2 - 3x3 = 5x1, 2x1 + x2 - 6x3 = 5x2 and x1 + 2x2 =-5x3⇒ -7x1 + 2x2 - 3x3 = 0 - 2x1 - 4x2 - 6x3 = 0 and x1 + 2x2 + 5x3 = 0
From above relations x2 = 2x1 and x3 = -x1 ⇒ X1 =
Normalized eigenvector can be determined by relation X1T X1 = 1 ⇒
For λ2 = λ3 = -3
⇒ -2X1 + 2x2 - 3x3 = -3X1, 2X1 + x2 - 6x3 = -3x2 and -X1 - 2x2 = -3x3
⇒ X1 + 2x2 - 3x3 = 0, 2X1 + 4x2 - 6x3 = 0 and x1 + 2x2 - 3x3 = 0
Let x3 = 0 ⇒ X1 = -2x2. So eigenvector is given by for any value of x2 .
Normalized eigenvector can be determined by relation X2TX2 =1 ⇒ X2 =
Now we must find third Eigenvector which will satisfy equation x1 + 2x2 - 3x3 = 0 and orthogonal to X2. X2TX3 = 0 ⇒ [-2 1 0]
So X3 = and value of x1 can be find with orthogonal relation X3TX3 = 1
This theorem provides an alternative method for finding the inverse of a matrix A . Also any positive integral power of A can be expressed, using this theorem, as a linear combination of those of lower degree.
Every square matrix satisfied its own characteristic equation. That means that, if
is the characteristic equation of a square matrix A of order n , then
Note:
When λ is replaced by A in the characteristic equation, then constant term an should be replaced by an to get the result of Cayley-Hamilton theorem, where I is the unit matrix of order n . Also 0 in the R.H.S is a null matrix of order n .
Example 7: Find A-1 by Cayley-Hamilton theorem if A =
The characteristic equation of A is (A-λI) = 0
By Cayley-Hamilton theorem
Pre-multiplying by A-1 we get A-1 =
Example 8: Find A-1 by Cayley-Hamilton theorem if A =
The characteristic equation of A is (A-λI) = 0
By Cayley-Hamilton theorem
Pre-multiplying by A-1 we get A-1 =
Example 9: Find A-1 by Cayley-Hamilton theorem if A =
The characteristic equation of A is (A -λI) = 0
By Cayley-Hamilton theorem
A3 - A2 - A + I = 0 ⇒ I = [A3 + A2 + A]
Pre-multiplying by A-1 we get A-1 = [-A2 + A + I]
78 videos|18 docs|24 tests
|
1. What is matrix multiplication? |
2. What are special matrices? |
3. What are matrix eigenvalue problems? |
4. What are the basic concepts of matrix addition and scalar multiplication? |
5. What is the relevance of matrix multiplication in IIT JAM exam? |
|
Explore Courses for Physics exam
|