From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3701/CH3/EX3.13/Ex3_13.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3701/CH3/EX3.13/Ex3_13.sce (limited to '3701/CH3/EX3.13/Ex3_13.sce') 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) -- cgit