summaryrefslogtreecommitdiff
path: root/842/CH11/EX11.3/Example11_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '842/CH11/EX11.3/Example11_3.sce')
-rwxr-xr-x842/CH11/EX11.3/Example11_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/842/CH11/EX11.3/Example11_3.sce b/842/CH11/EX11.3/Example11_3.sce
new file mode 100755
index 000000000..2e4a5242a
--- /dev/null
+++ b/842/CH11/EX11.3/Example11_3.sce
@@ -0,0 +1,8 @@
+//clear//
+//Example11.3:Root locus Analysis of Linear Feedback Systems
+////Discrete time system
+//Refer figure 11.16(a) in Openhiem &Willksy page 846
+z = %z;
+G = syslin('d',[z/((z-0.5)*(z-0.25))]);
+clf;
+evans(G,2)