summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.4/Ex3_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH3/EX3.4/Ex3_4.sce')
-rw-r--r--3769/CH3/EX3.4/Ex3_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH3/EX3.4/Ex3_4.sce b/3769/CH3/EX3.4/Ex3_4.sce
new file mode 100644
index 000000000..71ad59483
--- /dev/null
+++ b/3769/CH3/EX3.4/Ex3_4.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+r=3.4*10**-14 //m
+n=47
+q=1.6*10**-19 //C
+m=9*10**9
+
+//Calculation
+V=m*n*q/r
+
+//Result
+printf("\n Electric potential at the surface of silver nucleus is %0.2f *10**6 V",V*10**-6)