T o debug your programs, it’s helpful to experiment with the simplest test problem and a small number of mesh points. Look ahead to Problem 6 for sample problems. Problem 2 uses the Matlab function spdiags to construct a sparse matrix. If you have never used sparse matrices in Matlab, print the matrix A to see that its data structure contains the row index, column index, and value for each nonz...