Consider a rectangular plate of width L and height W. Three of
the sides (left, bottom, and right side) are maintained at a
constant temperature of T1 whereas the top side is maintained at
T2. Write a general computer program to solve for the steady state
temperature solution of the plate using finite difference
techniques and the Gauss-Seidel iterative method for any arbitrary
grid mesh m x n. Obtain a temperature solution using a grid mesh of
10x10, 20x20, and...