summaryrefslogtreecommitdiff
path: root/104/CH7/EX7.1/7_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '104/CH7/EX7.1/7_1.sce')
-rwxr-xr-x104/CH7/EX7.1/7_1.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/104/CH7/EX7.1/7_1.sce b/104/CH7/EX7.1/7_1.sce
new file mode 100755
index 000000000..f16660300
--- /dev/null
+++ b/104/CH7/EX7.1/7_1.sce
@@ -0,0 +1,8 @@
+//type of system
+s=%s
+G1=syslin('c',(1+0.5*s)/(s*(1+s)*(1+2*s)*(1+s+s^2)))
+disp(G1,"G(s)=")
+printf("type 1 as it has one s term in denominator")
+G2=syslin('c',(1+2*s)/s^3)
+disp(G2,"G(s)=")
+printf("type 3 as it has 3 poles at origin") \ No newline at end of file