Mercurial > repos > public > sbplib
view rickerWavelet.m @ 916:d1c1615bd1a5 feature/timesteppers
Add comment in butcherTableau about rk4-3/8 being irreducible.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 26 Nov 2018 16:08:54 -0800 |
parents | 905612b7f3d4 |
children |
line wrap: on
line source
function y = rickerWavelet(x, x0, A) y = (1-2*pi^2*A^2*(x-x0).^2).*exp(-pi^2*A^2*(x-x0).^2); end