MATH 3650 Homework 7
MATH 3650 Homework 7
using Gauss-Jordan. Make sure to write down each operation you perform.
Also use MATLAB to compute the inverse and write down the answer (use format long ).
Why is the output slightly different? Which solution is correct?
3. The following questions are based on the linear system of the finite difference problem (see
HW05 Q4 or finite_difference_laplace.m on Canvas). For a given N , A is a (N − 2) ×
(N − 2) matrix and b is a vector with N − 2 elements. We will use u(0) = 0, u(1) = 1,
f (x) = 1 here.
1
Submit hw07q3.m and finite_difference_system.m .
Submit hw07q4.m .