Code covered by the BSD License
function [par,u,o]=stpnt(t) % initialize the solution u=[]; o=[]; % initialize the equation parameters par(1)=280; par(2)= 8/3; par(3)=10;
Contact us