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

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