summaryrefslogtreecommitdiff
path: root/3701/CH5/EX5.2/Ex5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH5/EX5.2/Ex5_2.sce')
-rw-r--r--3701/CH5/EX5.2/Ex5_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH5/EX5.2/Ex5_2.sce b/3701/CH5/EX5.2/Ex5_2.sce
new file mode 100644
index 000000000..a6a5c12fa
--- /dev/null
+++ b/3701/CH5/EX5.2/Ex5_2.sce
@@ -0,0 +1,11 @@
+////Given
+r=10.0**-14 //m
+h=1.054*10**-34 //Js
+m=1.67*10**-27
+
+//Calculation
+p=h/r
+E=(h**2/(2*m*(r**2)))/(1.6*10**-13)
+
+//Result
+printf("\n Kinetic energy %0.2f Mev",E)