Module 3 AI
Module 3 AI
Module 3 AI
multiplication
1. Define matrix. What are different types of matrix. Give an example for each a
3. 0 2 4 0 5 2 5 2 D= -4 1 0 2
Let A = 6 5 5 B= 5 3 4 C = -2 4 D= 5 0E= 3 4
1 0 -3 -2 4 -2 1 0 2 -1 3 -1
a) 0.4B – 4.2A
b) (C + D) + E
c) 4(3A) , 0(C – E) + 4D
d) 2(5D + 4C)
e) 0.6C – 0.6D
x y = x 5 + 6 x+y
4. Find x, y, z and w given that 3
z w -1 2w z+w 5
( b)
5.1 3 0 2 3 4
0 0 2 -1 1 2
1 3 1 1 6 1
5 3 4 5 6 4
(b)
(b) 2 0 -1
1 2 3
3 0 1 4
9.1 -2 3
If A= 2 3 -1 , evaluate A2 - 3A + 9I
-3 1 2
10. 1 2 -1 3 -1 1
0 1 2 4 -3 2
A= 4 5
(a) 7 8
2. Express the matrix A as the sum of a symmetric and a skew symmetric matrix where
4 2 -3
A= 1 3 -6
-5 0 -7 (b)
3. Express the matrix A as the sum of a symmetric and a skew symmetric matrix where
3 -2 6
A= 2 7 -1 (b)
5 4 0
4.a) 0 5
Define symmetric matrix. Check whether the given matrix A = is symmetric or not
9 0
(b)
b) 0 -1
Define skew symmetric matrix. Check whether the given matrix A = is skew
1 0
Symmetric or not
1 2 -1 1 0 0
4 5 0 0 1 3
(b)
6. Express the matrix A as the sum of a symmetric and a skew symmetric matrix where
aa b
A= c b b
c a c
1 5
7. For the matrix A = , verify that (a)
6 7
T
a ) (A + A ) is a symmetric matrix
20 120 200
8. Check whether A = 120 10 150 is a skew symmetric matrix or not
200 150 30
0 1 -3
9. Check whether A = -1 0 -2 is a symmetric matrix or not
3 2 0
10. Show that every square matrix can be uniquely expressed as a sum of symmetric and skew
symmetric matrix (b)
Determinant
1. Define the following (a)
a) Determinant
c) Cofactor
d) Minor
e)Adjoint of a matrix
2. Evaluate 2 0 -46
4 5 1 0 (a)
0 2 6 -1
-3 8 9 1
3. Find the value 0 1 2 3
1 0 3 0 (a)
2 3 0 1
3 0 1 2
4. Evaluate 4 7 0 0
2 8 0 0 (a)
0 0 1 5
0 0 -2 2
5.Find minors and cofactors of the elements of the determinant 2 -3 5 (b)
6 0 4
1 5 -7
6. Find minor and cofactor of all the elements of the determinant 1 2 (b)
4 3
1 1 2
2 0 1
2 3
8.Verify A (adj A) = (adj A) A = | A | I, where A = (a)
4 6
1 1 2 (c)
9.Verify A (adj A) = (adj A) A = | A | I, where A = 3 0 2
1 0 3
10. Check whether the given matrices are singular or non singular
3 8 1 5 9 6 (b)
a) -4 1 1 b) 3 7 8
-4 1 1 21 55 6
1 3 -3 (b)
-2 - 4 -4
2. 2 1 -3 2 -2 4 (b)
Find the matrix A if A =
3 2 5 -3 3 -1
3. Define identity matrix . Give an example for order 2 and order 3 indentitymatrix (a)
1 2 3
4. Verify that A ( adj A) = ( adj A)A = | A | I, where A = 1 3 5 (b)
1 5 12
5 -2 4
4 1 0
3 2 2 3 4 2
5 3 4 5 6 4
3 -3 4
7. If A = 2 -3 4 (c)
0 -1 1
1 2 2
-2 2 -1 (b)
1 1 2 1 2 0
1 4 2 1 -1 3 (c)
-1 1 2
-1 3 4
Rank of a matrix, Nullity, Trace of a matrix
1. Define Rank of a matrix. Determine the rank of the given matrix 1 2 3
1 4 2 (c)
2 6 5
1 0 1 1 (c)
3 1 0 2
1 1 -2 0
1 1 1 1
A= (b)
2 3 4 5
1 3 -5 1 5 (c)
3 11 -19 7 1
1 7 - 13 5 -3
2 1 5
5. Define Trace of a matrix. Find the trace of the matrixA =2 3 4 (b)
0 1 0
3 2 1 1 1 1 0
a) 1 3 0 b) 0 2 3 0 (a)
1 0 0 2 1 5 1
4 0 7 -1
1 2 1
2 0 2 0 (c)
1 0 1 -1
5 4
2.Find the Eigen values and Eigen vectors of the matrix
1 2 (a)
1 1 3
3. Find the Eigen values and Eigen vectors of the matrix 1 5 1 (b)
3 1 1
3 1 4
4. Find the Eigen values and Eigen vectors of the matrix 0 2 6 (b)
0 0 5
1 1 3
5. Find the characteristic equation of the matrix 1 3 -3
-2 -4 -4 (c)
2 3 4 (b)
6. Find the Eigen values of adj A and of A2 – 2A + I , where A = 0 4 2
0 0 3
1 1 1 1
2 2 0 0
7. Define LU(P) decomposition. Find an LUP decomposition of A =0 1 1 1 (c)
2 2 1 1
1 1 1 1
2 2 0 0
8. Define QR decomposition. Find an QR decomposition of A = 0 1 1 1 (c)
2 2 1 1
1 1 1 1
2 2 0 0 (c)
9. Define SVDdecomposition. Compute an SVD decomposition of A = 0 1 1 1
2 2 1 1