summaryrefslogtreecommitdiff
path: root/377/CH10/EX10.3
diff options
context:
space:
mode:
Diffstat (limited to '377/CH10/EX10.3')
-rw-r--r--377/CH10/EX10.3/10_3.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH10/EX10.3/10_3.sce b/377/CH10/EX10.3/10_3.sce
new file mode 100644
index 000000000..7299742aa
--- /dev/null
+++ b/377/CH10/EX10.3/10_3.sce
@@ -0,0 +1,6 @@
+disp("Vbe(T)=Vbe(25)-(αt*(T-25))");
+V25=0.7;
+a=2.2*10^-3; //say a=αt
+T=50;
+V50=V25-(a*(T-25));
+printf('\n The Base to emitter voltage at 50 deg.C is %fV',V50); \ No newline at end of file