summaryrefslogtreecommitdiff
path: root/1388/CH7/EX7.30/7_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH7/EX7.30/7_30.sce')
-rwxr-xr-x1388/CH7/EX7.30/7_30.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1388/CH7/EX7.30/7_30.sce b/1388/CH7/EX7.30/7_30.sce
new file mode 100755
index 000000000..f77449340
--- /dev/null
+++ b/1388/CH7/EX7.30/7_30.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+c= 391
+c1= 129
+f= 1
+k= -0.05915 //j/mol
+//CALCULATIONS
+E= (k/f)*log10(c1/c)
+//RESULS
+printf (' junction potential = %.4f volt',E)