16 Chapter in Review Answers to selected odd-numbered problems begin on page ANS-44.
- Consider the boundary-value problem
Approximate the solution of the differential equation at the interior points of the region with mesh size h = . Use Gaussian elimination or Gauss–Seidel iteration.
- Solve Problem 1 using mesh size h = . Use Gauss–Seidel iteration.
- Consider the boundary-value problem
- Note that the initial temperature u(x, 0) = x indicates that the temperature at the right boundary x = 1 should be u(1, 0) = 1, whereas the boundary conditions imply that u(1, 0) = 0. Write a computer problem for the explicit finite difference method so that the boundary conditions prevail for all times considered, including t = 0. Use the program to complete Table 16.R.1.
- Modify your computer program so that the initial condition prevails at the boundaries at t = 0. Use this program to complete Table 16.R.2.
- Are Tables 16.R.1 and 16.R.2 related in any way? Use a larger time interval if necessary.