From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 104/CH8/EX8.18/8_18.sce | 7 +++++++ 104/CH8/EX8.18/8_18a.jpeg | Bin 0 -> 23102 bytes 104/CH8/EX8.18/8_18b.jpeg | Bin 0 -> 26682 bytes 3 files changed, 7 insertions(+) create mode 100755 104/CH8/EX8.18/8_18.sce create mode 100755 104/CH8/EX8.18/8_18a.jpeg create mode 100755 104/CH8/EX8.18/8_18b.jpeg (limited to '104/CH8/EX8.18') 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 Binary files /dev/null and b/104/CH8/EX8.18/8_18a.jpeg 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 Binary files /dev/null and b/104/CH8/EX8.18/8_18b.jpeg differ -- cgit