summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.3/Ex24_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH24/EX24.3/Ex24_3.sce')
-rw-r--r--3769/CH24/EX24.3/Ex24_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH24/EX24.3/Ex24_3.sce b/3769/CH24/EX24.3/Ex24_3.sce
new file mode 100644
index 000000000..45f2ea9cc
--- /dev/null
+++ b/3769/CH24/EX24.3/Ex24_3.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+Z=79
+m=9*10**9
+e=1.6*10**-19
+r=4.0*10**-14
+
+//Calculation
+K=(m*2*Z*e**2)/(r*1.6*10**-13)
+
+//Result
+printf("\n Energy is %0.2f Mev",K)