summaryrefslogtreecommitdiff
path: root/3440/CH4/EX4.5
diff options
context:
space:
mode:
Diffstat (limited to '3440/CH4/EX4.5')
-rw-r--r--3440/CH4/EX4.5/Ex4_5.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3440/CH4/EX4.5/Ex4_5.sce b/3440/CH4/EX4.5/Ex4_5.sce
new file mode 100644
index 000000000..4ac9ddf37
--- /dev/null
+++ b/3440/CH4/EX4.5/Ex4_5.sce
@@ -0,0 +1,14 @@
+clc
+
+T=300 //K
+k=8.617*10^-5 //eV/K
+q=1.6*10**-19 //C
+I1=0.4*10^-3//A
+I2=0.6*10^-3//A
+alpha1=0.01
+alpha2=0.9999
+I=(I1+I2)/(1-alpha1)
+disp(I,"I in mA")
+I=(I1+I2)/(1-alpha2)
+disp(I,"I in A")
+