summaryrefslogtreecommitdiff
path: root/2102/CH2/EX2.36/exa_2_36.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH2/EX2.36/exa_2_36.sce')
-rwxr-xr-x2102/CH2/EX2.36/exa_2_36.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2102/CH2/EX2.36/exa_2_36.sce b/2102/CH2/EX2.36/exa_2_36.sce
new file mode 100755
index 000000000..9c3d09879
--- /dev/null
+++ b/2102/CH2/EX2.36/exa_2_36.sce
@@ -0,0 +1,10 @@
+// Exa 2.36
+clc;
+clear;
+close;
+// Given data
+I_o= 0.3;// in µA
+I_o= I_o*10^-6;// in A
+V_F= 0.15;// in V
+I= I_o*%e^(40*V_F);// in A
+disp(I*10^6,"Current flowing in the diode in µA is : ")