diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /226/CH8/EX8.4 | |
download | Scilab-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/CH8/EX8.4')
-rwxr-xr-x | 226/CH8/EX8.4/example4_sce.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH8/EX8.4/example4_sce.sce b/226/CH8/EX8.4/example4_sce.sce new file mode 100755 index 000000000..e01ef1ac9 --- /dev/null +++ b/226/CH8/EX8.4/example4_sce.sce @@ -0,0 +1,11 @@ +//chapter 8
+//example 8.4
+//page 317
+printf("\n")
+printf("given")
+Ic=1*10^-3;hfe=50;hie=1.3*10^3;fT=250*10^6;Cbc=5*10^-12;Rc=8.2*10^3;Rl=100*10^3;
+Ie=Ic;
+Av=(hfe*((Rc*Rl)/(Rc+Rl)))/hie
+Cbe=(6.1*Ie)/fT;
+Cin=(Cbe+(1+Av)*Cbc)*10^9;
+printf(" input capacitance when the circuit operated as CE is %3.3fnF\n",Cin)
\ No newline at end of file |