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 --- 1271/CH11/EX11.20/example11_20.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1271/CH11/EX11.20/example11_20.sce (limited to '1271/CH11/EX11.20/example11_20.sce') diff --git a/1271/CH11/EX11.20/example11_20.sce b/1271/CH11/EX11.20/example11_20.sce new file mode 100755 index 000000000..57be0e938 --- /dev/null +++ b/1271/CH11/EX11.20/example11_20.sce @@ -0,0 +1,9 @@ +clc +// Given that +r = 3 / 2 // ratio of mass of metre stick to the rest mass of metre stick +// Sample Problem 20 on page no. 11.26 +printf("\n # PROBLEM 20 # \n") +printf(" Standard formula used \n") +printf(" m = m_0/((1-v^2/c^2)^1/2) \n l = l_0/((1-v^2/c^2)^1/2) \n") +l = 1 * (1 / r) +printf("\n Length of meter stick is %f meter if mass is %f times of its rest mass.",l,r) -- cgit