burgers_pde_etdrk4, a MATLAB code which uses the exponential time differencing (ETD) RK4 method to solve the Burgers PDE as a system of stiff ordinary differential equations (ODE), by Aly-Khan Kassam, Lloyd Trefethen.
The computer code and data files described and made available on this web page are distributed under the MIT license.
burgers_pde_etdrk4 is available in a MATLAB version.
kdv_etdrk4, a MATLAB code which uses the etdrk4() method to solve the Korteweg-DeVries equation, by Aly-Khan Kassam, Lloyd Trefethen.
kdv_ift, a MATLAB code which uses the ift() method to solve the Korteweg-DeVries equation, by Aly-Khan Kassam, Lloyd Trefethen.
Original MATLAB version by Aly-Khan Kassam, Lloyd Trefethen; This version by John Burkardt.