summaryrefslogtreecommitdiff
path: root/226/CH12/EX12.21/example21_sce.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /226/CH12/EX12.21/example21_sce.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 '226/CH12/EX12.21/example21_sce.sce')
-rwxr-xr-x226/CH12/EX12.21/example21_sce.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH12/EX12.21/example21_sce.sce b/226/CH12/EX12.21/example21_sce.sce
new file mode 100755
index 000000000..4b1040495
--- /dev/null
+++ b/226/CH12/EX12.21/example21_sce.sce
@@ -0,0 +1,11 @@
+//chapter 12
+//example 12.21
+//page 522
+printf("\n")
+printf("given")
+f1=25;R2=24.7*10^3;R3=47*10^3;hie=1.2*10^3;hib=24;Rc=9*10^3;Rl=90*10^3;
+Zi=(R2*R3*hie)/(R2*R3+R2*hie+R3*hie)
+C1=1/(2*3.14*f1*(Zi/10))
+C2=1/(2*3.14*f1*(hie/10))
+C3=1/(2*3.14*f1*hib)
+C4=1/(2*3.14*f1*((Rc+Rl)/10)) \ No newline at end of file