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 --- 773/CH15/EX15.03/15_03.sci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 773/CH15/EX15.03/15_03.sci (limited to '773/CH15/EX15.03/15_03.sci') diff --git a/773/CH15/EX15.03/15_03.sci b/773/CH15/EX15.03/15_03.sci new file mode 100755 index 000000000..607e34474 --- /dev/null +++ b/773/CH15/EX15.03/15_03.sci @@ -0,0 +1,8 @@ +//system// +s=%s; +sys=syslin('c',1/(s^2*(s+2))) +nyquist(sys) +show_margins(sys,'nyquist') +printf("Since P=0(no of poles in RHP)=Poles of G(s)H(s) \n here the number of zeros of 1+G(s)H(s) in the RHP is not equal to zero \n hence the system is unstable") + + -- cgit