Download<< Back
function y=collapseex(t,x) %COLLAPSEEX Implements a collapse example: % -x' = -x^(-1/2) y = -x^(-1/2);