summaryrefslogtreecommitdiff
path: root/269/CH10/EX10.14/ex14a.sce
diff options
context:
space:
mode:
Diffstat (limited to '269/CH10/EX10.14/ex14a.sce')
-rw-r--r--269/CH10/EX10.14/ex14a.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/269/CH10/EX10.14/ex14a.sce b/269/CH10/EX10.14/ex14a.sce
new file mode 100644
index 000000000..9701b2ca4
--- /dev/null
+++ b/269/CH10/EX10.14/ex14a.sce
@@ -0,0 +1,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') \ No newline at end of file