diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /104/CH8/EX8.18 | |
download | Scilab-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-x | 104/CH8/EX8.18/8_18.sce | 7 | ||||
-rwxr-xr-x | 104/CH8/EX8.18/8_18a.jpeg | bin | 0 -> 23102 bytes | |||
-rwxr-xr-x | 104/CH8/EX8.18/8_18b.jpeg | bin | 0 -> 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 Binary files differnew file mode 100755 index 000000000..d1ed70cf0 --- /dev/null +++ b/104/CH8/EX8.18/8_18a.jpeg diff --git a/104/CH8/EX8.18/8_18b.jpeg b/104/CH8/EX8.18/8_18b.jpeg Binary files differnew file mode 100755 index 000000000..3e5b2b1c5 --- /dev/null +++ b/104/CH8/EX8.18/8_18b.jpeg |