summaryrefslogtreecommitdiff
path: root/3630/CH9/EX9.1/Ex9_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH9/EX9.1/Ex9_1.sce')
-rw-r--r--3630/CH9/EX9.1/Ex9_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3630/CH9/EX9.1/Ex9_1.sce b/3630/CH9/EX9.1/Ex9_1.sce
new file mode 100644
index 000000000..1af2d0c9f
--- /dev/null
+++ b/3630/CH9/EX9.1/Ex9_1.sce
@@ -0,0 +1,12 @@
+clc;
+R2=2200; //ohm
+R1=10000; //ohm
+Vcc=10; //volt
+Vb=Vcc*(R2/(R1+R2)); //volt
+Ve=Vb-0.7; //volt
+Re=1000; //ohm
+Ie=Ve/Re; //Ampere
+re=0.025/Ie; //Ohm
+disp('ohm',re,"re=");//The answers vary due to round off error
+
+