Numerical Examples
Example: Find the system of finite difference equations for the following problem. Steady state heat conduction through a plane wall with no internal generation.
Numerical Examples (cont.)
MathCAD Solution
Solve the system of equations using matrix inversion function in MathCAD. [A][T]=[C], [T]=[A]-1[C]
Ainv is generated by typing
Type A.int*C in MathCAD to perform matrix product
Type T= in MathCAD to see the solution vector