Programming Example 2

Example of implementing an implicit method for the wave equation in 1D using the stencil shown:
* * *
*
*
Download the source code provided below and compile on einstein using the following command:
f77 -O2 -mips2 program2.f -llinpack -lblas -o program2


FORTRAN 77 source code program2.f