You are on page 1of 1

Polytechnic University of the Philippines

College of Engineering

Department of Electrical Engineering

Laboratory Work 4

Numerical Methods and Analysis

Instruction: Make a program using Microsoft Excel for the following problem.
Number each sheet with Problem No. (#). Round your final answer to nearest five
decimal places.
Given the following equation:

10a+0.9575b+0.4218c+0.6787d+0.2769e+0.4387f+ 0.7094g+0.9597h=14
0.9058a+11b+0.9157c+0.7577d+0.0462e+0.3816f+0.7547g+0.3404h=13
0.1270a+0.76b+12c+0.7431d+4.0971e+0.7655f+0.2760g+0.5853h=6
0.34a+0.9706b+0.95c+ 13d+6.35e+0.7952f+0.6797g+0.2238h=9
0.24a+0.9572b+0.557c+0.6555d+14e+0.1869f+0.6551g+0.7513h=8
0.0975a+0.54b+2.0357c+0.1712d+0.3171e+15f+0.1626g+0.2551h=12
0.85a+0.8003b+0.8491c+0.7060d+0.9502e+0.4456f+16g+0.5060h=14
1.5469a+0.1419b+0.9340c+0.0318d+0.0344e+0.6463f+0.4984g+17h=17

For the Above equation:

1. Determine the determinant.


2. Determine the Inverse matrix.
3. Determine the value of the unknowns using Cramer’s Rule.
4. Determine the value of the unknowns using Naïve Gaussian Elimination.
5. Determine the value of the unknowns using Gauss Jordan Elimination.
6. Determine the values of the unknown using LU factorization.

You might also like