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

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