Processing math: 100%
Requirements of a program
- Compute the numerical solution un, n=1,2,…,Nt
- Display the numerical and exact solution ue(t)=e−at
- Bring evidence to a correct implementation (verification)
- Compare the numerical and the exact solution in a plot
- computes the error ue(tn)−un
- computes the convergence rate of the numerical scheme
- reads its input data from the command line