summaryrefslogtreecommitdiff
path: root/104/CH8/EX8.18
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /104/CH8/EX8.18
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '104/CH8/EX8.18')
-rwxr-xr-x104/CH8/EX8.18/8_18.sce7
-rwxr-xr-x104/CH8/EX8.18/8_18a.jpegbin0 -> 23102 bytes
-rwxr-xr-x104/CH8/EX8.18/8_18b.jpegbin0 -> 26682 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/104/CH8/EX8.18/8_18.sce b/104/CH8/EX8.18/8_18.sce
new file mode 100755
index 000000000..56ba52184
--- /dev/null
+++ b/104/CH8/EX8.18/8_18.sce
@@ -0,0 +1,7 @@
+//effect of addition of poles to sys
+s=%s
+sys=syslin('c',1/(s*(s+1))) //a=1
+evans(sys)
+sys1=syslin('c',1/(s*(s+1)*(s+2))) //b=2
+evans(sys1)
+printf("adding a pole to sys has effect of pushing the root loci towards the RHP") \ No newline at end of file
diff --git a/104/CH8/EX8.18/8_18a.jpeg b/104/CH8/EX8.18/8_18a.jpeg
new file mode 100755
index 000000000..d1ed70cf0
--- /dev/null
+++ b/104/CH8/EX8.18/8_18a.jpeg
Binary files differ
diff --git a/104/CH8/EX8.18/8_18b.jpeg b/104/CH8/EX8.18/8_18b.jpeg
new file mode 100755
index 000000000..3e5b2b1c5
--- /dev/null
+++ b/104/CH8/EX8.18/8_18b.jpeg
Binary files differ