This document summarizes a presentation on numerically solving spatiotemporal models from ecology by implementing an implicit finite difference method in C++. It discusses classical population dynamics models, extending these to include continuous spatial position by using reaction-diffusion systems. It describes discretizing the domain and deriving finite-difference schemes, then solving the equations using GMRES with an ILU preconditioner. Questions addressed include convergence rates and modeling plankton dynamics.