CS 575 Supercomputing - Lab 4: Problem Solving Process
February 21, 2001

Dr. Kris Stewart (stewart@sdsu.edu)
San Diego State University

This URL is http://www.stewart.cs.sdsu.edu/cs575/labs/probsolvprocess.html
  1. Subdivide the rectangular plate
  2. Assemble the matrix A (as outlined above)
  3. Assemble the right hand side, b, containing the known values
  4. Solve the linear system A x = b using Gaussian Elimination with partial pivoting
Back to Lab 4: Heat Problem