summaryrefslogtreecommitdiff
path: root/104/CH8/EX8.2/8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '104/CH8/EX8.2/8_2.sce')
-rwxr-xr-x104/CH8/EX8.2/8_2.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/104/CH8/EX8.2/8_2.sce b/104/CH8/EX8.2/8_2.sce
new file mode 100755
index 000000000..b408b1c27
--- /dev/null
+++ b/104/CH8/EX8.2/8_2.sce
@@ -0,0 +1,5 @@
+//root locus
+s=%s
+sys=syslin('c',(s+1)/(s*(s+2)*(s+3)))
+evans(sys)
+printf("number of branches of root loci is 3 as equation is of 3rd order") \ No newline at end of file