From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 226/CH13/EX13.13/example13_sce.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 226/CH13/EX13.13/example13_sce.sce (limited to '226/CH13/EX13.13/example13_sce.sce') diff --git a/226/CH13/EX13.13/example13_sce.sce b/226/CH13/EX13.13/example13_sce.sce new file mode 100755 index 000000000..0669bba87 --- /dev/null +++ b/226/CH13/EX13.13/example13_sce.sce @@ -0,0 +1,14 @@ +//chapter 13 +//example 13.13 +//page 574 +printf("\n") +printf("given") +f=100;hie=2*10^3;hfe=100;R8=12*10^3;Rl=120*10^3;R10=3.9*10^3;R6=Rl;R7=39*10^3;R3=R8;R4=220;rs=600;Zin2=16*10^3;R9=330; +Zb=hie+R4*(1+hfe) +Zin=(R1*R2*Zb)/(R1*R2+R1*Zb+R2*Zb) +C1=1/(2*3.14*f*((Zin+rs)/10)) +Xc2=.65*R4; +C2=1/(2*3.14*f*Xc2) +C3=1/(2*3.14*f*((Zin2+R3)/10)) +C4=1/(2*3.14*f*.65*R9) +C5=1/(2*3.14*f*((R8+Rl)/10)) \ No newline at end of file -- cgit