summaryrefslogtreecommitdiff
path: root/1658/CH5/EX5.3/Ex5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1658/CH5/EX5.3/Ex5_3.sce')
-rwxr-xr-x1658/CH5/EX5.3/Ex5_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1658/CH5/EX5.3/Ex5_3.sce b/1658/CH5/EX5.3/Ex5_3.sce
new file mode 100755
index 000000000..92f934056
--- /dev/null
+++ b/1658/CH5/EX5.3/Ex5_3.sce
@@ -0,0 +1,11 @@
+clc;
+I1=0.5*10**-3;
+V1=340*10**-3;
+I2=15*10**-3;
+V2=440*10**-3;
+kTbyq=25*10**-3;
+a=V1/kTbyq;
+b=V2/kTbyq;
+//log(I1/I2)==log(exp((b-a)/n));
+n=(a-b)/(log(I1/I2));
+disp(n);