summaryrefslogtreecommitdiff
path: root/104/CH8/EX8.15/8_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '104/CH8/EX8.15/8_15.sce')
-rwxr-xr-x104/CH8/EX8.15/8_15.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/104/CH8/EX8.15/8_15.sce b/104/CH8/EX8.15/8_15.sce
new file mode 100755
index 000000000..c06d5bca0
--- /dev/null
+++ b/104/CH8/EX8.15/8_15.sce
@@ -0,0 +1,13 @@
+//root sensitivity
+s=%s
+sys1=syslin('c',1/(s*(s+1)))
+evans(sys1)
+
+sys2=syslin('c',(s+2)/(s^2*(s+1)^2))
+evans(sys2)
+
+printf("root densitivity at breakaway points is infinite")
+
+
+
+