This document discusses various computational methods for solving partial differential equations (PDEs) using MATLAB. It begins by introducing three types of PDEs - elliptic, parabolic, and hyperbolic - and provides examples of each. It then describes explicit methods like the Forward Time Centered Space (FTCS) method, Lax method, and Crank-Nicolson (CTCS) method for solving the advection equation. The document provides MATLAB code implementing these methods for a test case of solving the advection equation modeling a square wave.