summaryrefslogtreecommitdiff
path: root/269/CH10/EX10.14/ex14a.sce
blob: 9701b2ca42d2f914e48de75198a3841dddb38044 (plain)
1
2
3
4
5
s=%s
p=s^4+10*s^3+35*s^2+50*s+24
h=routh_t(p)
disp(h)
disp('from the table the system is stable')