MIT ADT University, Pune
MIT Art Design and Technology University’s
MIT School of Computing, Pune
Department of Applied Science & Humanities
Second Year B. Tech. (CSE &IT)
23ASH1109: Mathematical Foundations for Computing-III
Tutorial No.:1
Batch: 1
2 3
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [ ].
1 3 −6
8 −8 −2
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [4 −3 −2].
2
3 −4 1
4 −3
Diagonalize the matrix 𝐴 = [ ]
3 2 −1
2 1 0
Find the Eigen values and corresponding Eigen vectors of the matrix 𝐴 = [0 2 0].
4
0 0 2
2 3 1
Find the LU decomposition of the matrix 𝐴 = [1 2 3].
5
3 1 2
Decompose the matrix A using Cholesky’s method
6 2 −1 0
𝐴 = [−1 3 1]
0 1 2
Batch: 2
1 6 6 3
Let 𝐴 = [ ] ,𝑢 = [ ] and 𝑣 = [ ] Are u and v eigen vectors of A?
1 5 2 −5 −2
4 0 1
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [−2 1 0].
2
−2 0 1
1 2
Show that the matrix 𝐴 = [ ] is not diagonalizable
3 0 1
5 0].
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [
4 2 1
MIT ADT University, Pune
3 2 7
Find the LU decomposition of the matrix 𝐴 = [2 3 1].
5
3 4 1
Solve the system of equations by Cholesky method
9𝑥1 + 6𝑥2 + 12𝑥3 = 17.4 ,
6 6𝑥1 + 13𝑥2 + 11𝑥3 = 23.6,
12𝑥1 + 11𝑥2 + 26𝑥3 = 30.8
Batch: 3
−4 −6
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [ ].
1 3 5
4 6 6
Find the Eigen values and Eigen vectors of the matrix 𝐴 = [ 1 3 2 ].
2
−1 −4 −3
4 −3
Diagonalize the matrix 𝐴 = [ ]
3 2 −1
2 −12
4 Find the Eigen values and Eigen vectors of the matrix 𝐴 = [ ]
1 −5
Solve the system of equations by LU Decomposition method
5 2𝑥1 + 2𝑥2 + 3𝑥3 = 4 , 4𝑥1 − 2𝑥2 + 𝑥3 = 9, 𝑥1 + 5𝑥2 + 4𝑥3 = 3
Find the lower triangular matrix used in Cholesky factorization for the given matrix
6 4 2 14
𝐴 = [ 2 17 −5]
14 −5 83