From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1172/CH6/EX6.14.1/Example6_14a.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 1172/CH6/EX6.14.1/Example6_14a.sce (limited to '1172/CH6/EX6.14.1/Example6_14a.sce') diff --git a/1172/CH6/EX6.14.1/Example6_14a.sce b/1172/CH6/EX6.14.1/Example6_14a.sce new file mode 100755 index 000000000..6d761628b --- /dev/null +++ b/1172/CH6/EX6.14.1/Example6_14a.sce @@ -0,0 +1,13 @@ +clc +//Given that +E = 1e9 // energy of electron in eV +c = 3e8 // speed of light in m/s +m_0 = 9.1e-31 // mass of electron in kg +// sample problem 14 page No. 227 +printf("\n \n\n # Problem 14a # \n") +printf("\n Standard formula used \n E = m*c^2") +m = E / c^2 * 1.6e-19 // calculation of relativistic mass of particle +ratio = m / m_0// calculation of Ratio of relativistic mass and rest mass of particle +printf ("\n Ratio of relativistic mass and rest mass of particle is %e.",ratio ) + + -- cgit