summaryrefslogtreecommitdiff
path: root/2198/CH2/EX2.9.1/Ex2_9_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2198/CH2/EX2.9.1/Ex2_9_1.sce')
-rwxr-xr-x2198/CH2/EX2.9.1/Ex2_9_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2198/CH2/EX2.9.1/Ex2_9_1.sce b/2198/CH2/EX2.9.1/Ex2_9_1.sce
new file mode 100755
index 000000000..2faaf9755
--- /dev/null
+++ b/2198/CH2/EX2.9.1/Ex2_9_1.sce
@@ -0,0 +1,12 @@
+//Ex 2.9.1
+clc;clear;close;
+format('v',6);
+
+//Given :
+IF=10;//mA
+VF=0.75;//volts
+T=27+273;//K
+Eta=2;//for Si diode
+VT=T/11600;//V
+Io=IF/(exp(VF/Eta/VT)-1);//mA
+disp(Io*10^6,"Reverse saturation current in nA : ");