Code covered by the BSD License
function []= func(ndim,u,icp,par,ijac,f,dfdu,dfdp) % % % e=dexp(-par(3)*u(1)); f(1)=par(2)*u(1)*(1-u(1)) - u(1)*u(2) - par(1)*(1-e); f(2)=-u(2) + par(4)*u(1)*u(2); % return
Contact us