You are on page 1of 1

Midterm Examination in Numerical Solutions

Instructions:
1. Indicate your name and student ID on every page that you use.
2. Place your signature on top of your name.
3. Show your complete solution. Enclose your final answer in a box.
4. Submit not later than November 6, 2021 10 pm. No extension until further notice!
5. Pass in pdf form to josephcabalbag@gmail.com

P1. Solving systems of Linear Equations


Use N = last digit of your student ID

18x + 3y + z + (N+1)j = 205


2x + 16y - 3z + 2j = 145
4x + y - 19z + 4j = -128
5x + 6y - 4z + 14j = 225

1. Solve the system of linear equations above using the Gauss-Jordan Elimination Method.
2. Solve the system of linear equations above using the Gauss-Seidel Method.
3. Verify your answers using the GNU Octave. (provide a screenshot of your answer).

P2. Finding Roots of Equations


Determine the real roots of the functions : f(x) = x4 – 3.3x3 + 0.97x2 + 4.6x – 3.5

1. Use the False-Position Method


2. Use the Newton-Raphson Method

You might also like