summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.13/Ex3_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH3/EX3.13/Ex3_13.sce')
-rw-r--r--3701/CH3/EX3.13/Ex3_13.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3701/CH3/EX3.13/Ex3_13.sce b/3701/CH3/EX3.13/Ex3_13.sce
new file mode 100644
index 000000000..a75250a16
--- /dev/null
+++ b/3701/CH3/EX3.13/Ex3_13.sce
@@ -0,0 +1,9 @@
+////Given
+Rh=1.09678*10**7 //m-1
+Rhe=1.09722*10**7 //m-1
+
+//Calculation
+Mr=(Rhe-Rh)/(Rh-(Rhe/4.0)) //ratio of electron mass
+
+//Result
+printf("\n Ratio of the electron mas to the proton mass %0.2f *10**-4",Mr*10**4)