summaryrefslogtreecommitdiff
path: root/1499/CH3/EX3.28/q28.sce
blob: ae5b40e1af9e5830ec946577c18d06e13d100d87 (plain)
1
2
3
4
5
6
7
8
9
s=%s;
syms k;

num=1;
den=s*(s+2)*(s^2+4*s+13);
t=syslin('c',num,den);
clf;
evans(t)
xgrid;