www.gusucode.com > 关于海航matlab和lingo的训练题 > ill.m

    function y=ill(t,x)
a=20;b=0.4;
y=[a*x(1)*x(2)-b*x(1),-a*x(1)*x(2)]';