diff options
Diffstat (limited to '257/CH9/EX9.21/example_9_21.sce')
-rw-r--r-- | 257/CH9/EX9.21/example_9_21.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/257/CH9/EX9.21/example_9_21.sce b/257/CH9/EX9.21/example_9_21.sce new file mode 100644 index 000000000..49be78017 --- /dev/null +++ b/257/CH9/EX9.21/example_9_21.sce @@ -0,0 +1,4 @@ +//given characteristic equation s^3 + 9*s^2 +k*s + k
+s=%s
+sys=syslin('c',(s+1)*k/((s+9)*(s^2)))
+evans(sys)
|