Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Numerical Methods for Electrical Engineers

Course Code: MAIR 42, B.Tech. EEE, second year


Problem Sheet 1
1. Solve the following systems of equations using the Gauss elimination method with partial
pivoting

i) [ ][ ] [ ]

ii) [ ][ ] [ ].

2. Find the inverse of the matrix using the Gauss-Jordon method

[ ].

3. Solve the following systems of equations using Gauss-Jordan method

i) [ ][ ] [ ];

ii) [ ][ ] [ ].

4. Determine the LU factorization of the matrix [ ] so that

i) ;
ii) .

5. Solve the following system of equations by the LU decomposition method

i) ; ,

ii) ; .

6. Solve the system of equations by Cholesky method

[ ][ ] [ ].
7. Find the inverse of the matrices using Cholesky method

i) [ ]; ii) [ ].

8. Use the power method with scaling to approximate a dominant eigen vector of the matrix A.
Start with and calculate four iterations. Then use to approximate the dominant
eigen value of A.

i) [ ], ii) [ ]

9. The given matrix A does not have a dominant eigenvalue. Apply the power method with scaling
starting with and observe the results of four iterations.

i) [ ]

You might also like