SBE601 FinalExam Spring2020 01
SBE601 FinalExam Spring2020 01
Biomedical
Department: Engineering and Course Code: SBE 601
Systems
Numerical
September 5th, Methods in
Date: Course Title:
2020 Biomedical
Engineering
Time: 90 minutes Full Mark: 160
Perform two iterations only to calculate the time required for the bacteria concentration to be 0.5
using:
(a) the bisection method with an initial interval of , and
(b) the secant method with the initial guess of and a value of 10−6 for the perturbation
fraction.
B. Perform two iterations only of the golden-section search to find the minimum of the function
in the range
(a) Find the solution of this system graphically. Compute the condition number of using the column-
sum norm .
(b) Solve the system of equations using Gaussian elimination.
(c) Solve again using LU decomposition, but with the system coefficients modified slightly to
and .
(d) On the basis of (a), (b), and (c), interpret the results and comment on the condition of the system.
B. Consider the system of equations 2x – 3y 20z = 25; 20x y – 2z = 17; 3x 20y – z = – 18.
(a) Is the system diagonally dominant? If necessary, rearrange to make it diagonally dominant.
(b) Solve the system using two iterations only of the Gauss-Seidel method with no relaxation. Assume
initial variable estimates of 0, 0, and 0. Show the true error estimates for each iteration given the
exact solution
B. Apply Lagrange’s formula inversely to obtain a root of the equation , given that
– – and .
(a) analytically,
(b) with the composite trapezoidal rule with ,
(c) with a single application of Simpson’s 1/3 rule.
For each of the numerical estimates (b) and (c), determine the true percent relative error based on (a).
B. Use Richardson extrapolation to estimate the first derivative of at using step sizes of
and . Employ centered differences of for the initial estimates. Determine the
true percent relative error.
Use the Runge-Kutta method of the fourth order to approximate the solution of the following initial-value
problem:
.
Given the actual solution , compare the results to the actual values.