summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.24/example24.sce
diff options
context:
space:
mode:
Diffstat (limited to '1151/CH1/EX1.24/example24.sce')
-rwxr-xr-x1151/CH1/EX1.24/example24.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1151/CH1/EX1.24/example24.sce b/1151/CH1/EX1.24/example24.sce
new file mode 100755
index 000000000..99df02246
--- /dev/null
+++ b/1151/CH1/EX1.24/example24.sce
@@ -0,0 +1,5 @@
+//find out transfer function of the system
+
+printf("z1=(1+R*C2*s)*C1/(C1+C2+C1*C2*R*s)\n f=K1/((s^2*M2+K1+K2)*(K1+s^2*M1)-K1^2 \n Transfer function of electrical network Vo(s)/Vi(s)=f");
+printf("g=(s*B+K2)/(K1+K2+s*B\n");
+printf("Transfer function ofmechanical network analogous to electrical network X2(s)/X1(s)=g");