summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.6/example6.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1151/CH1/EX1.6/example6.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1151/CH1/EX1.6/example6.sce')
-rwxr-xr-x1151/CH1/EX1.6/example6.sce2
1 files changed, 2 insertions, 0 deletions
diff --git a/1151/CH1/EX1.6/example6.sce b/1151/CH1/EX1.6/example6.sce
new file mode 100755
index 000000000..f13e07979
--- /dev/null
+++ b/1151/CH1/EX1.6/example6.sce
@@ -0,0 +1,2 @@
+//determine the transfer function of the transformer coupled network
+printf("syms R1 R2 C2 C1 L1 L2 M L3 \n G=s^3*R2*C1*C2*M/(((s^2*C2*(L3+L2))+1+s*R2*C2)*(S^2*L1*C1+s*C1*R1+1)-M^2*s^4*C1*C2)\n Transfer function=G")