summaryrefslogtreecommitdiff
path: root/Working_Examples/154/DEPENDENCIES/ch9_9.sce
diff options
context:
space:
mode:
Diffstat (limited to 'Working_Examples/154/DEPENDENCIES/ch9_9.sce')
-rwxr-xr-xWorking_Examples/154/DEPENDENCIES/ch9_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/Working_Examples/154/DEPENDENCIES/ch9_9.sce b/Working_Examples/154/DEPENDENCIES/ch9_9.sce
new file mode 100755
index 0000000..668b268
--- /dev/null
+++ b/Working_Examples/154/DEPENDENCIES/ch9_9.sce
@@ -0,0 +1,11 @@
+clc
+disp("Example 9.9")
+printf("\n")
+
+s=%s ;
+H=syslin ( 'c',(0.4*(s^2+12))/((s+2)*(s+6) ) ) ;
+evans (H,1)
+//If s=1Np/s
+H1=0.4*(1+12)/((1+2)*(1+6))
+printf("H(1)=%0.3f\n",H1)
+ \ No newline at end of file