summaryrefslogtreecommitdiff
path: root/269/CH10/EX10.15/ex15.sce
blob: 70aa07d103cb6df8bbcb1e289d561b2d76c01922 (plain)
1
2
3
4
5
6
s=%s
p=s^3+2*s^2+2*s+40
h=routh_t(p)
disp(h)
disp("from the table there is a sign change ")
disp("from 2 to -18 and -18 t0 40 and hence system is not stable ")