summaryrefslogtreecommitdiff
path: root/1151/CH5/EX5.4/example4.sce
blob: e3daacb416c2508e343daf202ccd0005e27c5220 (plain)
1
2
3
4
5
6
7
s=%s; 
num=1; 
den=s*(s+1)*(s^2+4*s+5); 
t=syslin('c',num/den); 
clf; 
evans(t); 
mtlb_axis([-5 5 -5 5]);