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 --- 1928/CH4/EX4.15.18/ex_4_15_18.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 1928/CH4/EX4.15.18/ex_4_15_18.sce (limited to '1928/CH4/EX4.15.18') diff --git a/1928/CH4/EX4.15.18/ex_4_15_18.sce b/1928/CH4/EX4.15.18/ex_4_15_18.sce new file mode 100755 index 000000000..aec63662e --- /dev/null +++ b/1928/CH4/EX4.15.18/ex_4_15_18.sce @@ -0,0 +1,15 @@ +//Chapter-4,Example4_15_18,pg 4-35 + +v1=5.9*10^3 //velocity of UW in mild steel + +v2=4.3*10^3 //velocity of UW in brass + +t2=15*10^-3 //thickness of brass plate + +t1=v2*t2/v1 //since ve;ocity is inversly proportional to thickness + +printf("real thickness =") + +disp(t1) + +printf("meter") -- cgit