diff options
Diffstat (limited to '446/CH1/EX1.2')
-rwxr-xr-x | 446/CH1/EX1.2/1_2.sce | 6 | ||||
-rwxr-xr-x | 446/CH1/EX1.2/1_2.txt | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/446/CH1/EX1.2/1_2.sce b/446/CH1/EX1.2/1_2.sce new file mode 100755 index 000000000..d9e4a7579 --- /dev/null +++ b/446/CH1/EX1.2/1_2.sce @@ -0,0 +1,6 @@ +clear
+clc
+disp('Exa-1.2');
+Mp=1.007276 ; Me=5.4858*10^-4; //mass of proton and electron in terms of U
+Mt=Mp+Me; //Total mass= sum of above masses
+printf('The combined mass of an electron and a proton was found out to be %f U.',Mt);
\ No newline at end of file diff --git a/446/CH1/EX1.2/1_2.txt b/446/CH1/EX1.2/1_2.txt new file mode 100755 index 000000000..eed8d014d --- /dev/null +++ b/446/CH1/EX1.2/1_2.txt @@ -0,0 +1,2 @@ + Exa-1.2
+The combined mass of an electron and a proton was found out to be 1.007825 U.
\ No newline at end of file |