diff options
Diffstat (limited to '269/CH10/EX10.15/ex15.sce')
-rw-r--r-- | 269/CH10/EX10.15/ex15.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/269/CH10/EX10.15/ex15.sce b/269/CH10/EX10.15/ex15.sce new file mode 100644 index 000000000..70aa07d10 --- /dev/null +++ b/269/CH10/EX10.15/ex15.sce @@ -0,0 +1,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 ")
\ No newline at end of file |