summaryrefslogtreecommitdiff
path: root/3630/CH7/EX7.10/Ex7_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH7/EX7.10/Ex7_10.sce')
-rw-r--r--3630/CH7/EX7.10/Ex7_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH7/EX7.10/Ex7_10.sce b/3630/CH7/EX7.10/Ex7_10.sce
new file mode 100644
index 000000000..7b2d2577f
--- /dev/null
+++ b/3630/CH7/EX7.10/Ex7_10.sce
@@ -0,0 +1,9 @@
+clc;
+Vee=-12; //volt
+Re=1500; //ohm
+Icq=-(Vee+0.7)/Re; //Ampere
+Vcc=12; //volt
+Rc=750; //ohm
+Vceq=Vcc-Icq*Rc+0.7; //volt
+disp('mA',Icq*1000,"Icq=");//The answers vary due to round off error
+disp('V',Vceq,"Vceq=");//The answers vary due to round off error