summaryrefslogtreecommitdiff
path: root/3630/CH10/EX10.6/Ex10_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH10/EX10.6/Ex10_6.sce')
-rw-r--r--3630/CH10/EX10.6/Ex10_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3630/CH10/EX10.6/Ex10_6.sce b/3630/CH10/EX10.6/Ex10_6.sce
new file mode 100644
index 000000000..d30f4773d
--- /dev/null
+++ b/3630/CH10/EX10.6/Ex10_6.sce
@@ -0,0 +1,13 @@
+clc;
+hic=4000;
+hfc=200;
+re=hic/hfc; //Ohm
+R1=3000; //Ohm
+R2=4700; //Ohm
+Req=(R1*R2)/(R1+R2); //Ohm
+Rs=600; //Ohm
+Rth=(Req*Rs)/(Req+Rs);//Ohm
+Re=390;//Ohm
+R=(re+(Rth/hfc));//Ohm
+Zout=(Re*R)/(Re+R);//Ohm
+disp('Ohm',Zout,"Zout=");//The answers vary due to round off error