summaryrefslogtreecommitdiff
path: root/2198/CH2/EX2.9.3/Ex2_9_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2198/CH2/EX2.9.3/Ex2_9_3.sce')
-rwxr-xr-x2198/CH2/EX2.9.3/Ex2_9_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2198/CH2/EX2.9.3/Ex2_9_3.sce b/2198/CH2/EX2.9.3/Ex2_9_3.sce
new file mode 100755
index 000000000..241836c17
--- /dev/null
+++ b/2198/CH2/EX2.9.3/Ex2_9_3.sce
@@ -0,0 +1,12 @@
+//Ex 2.9.3
+clc;clear;close;
+format('v',6);
+
+//Given :
+Io=1*10^-9;//A
+T=27+273;//K
+VT=T/11600;//V
+VF=0.3;//volts
+Eta=1;//for Ge diode
+IF=Io*(exp(VF/Eta/VT)-1);//mA
+disp(IF*10^3,"Forwad current in mA : ");