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 --- 1553/CH25/EX25.27/25Ex27.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 1553/CH25/EX25.27/25Ex27.sce (limited to '1553/CH25/EX25.27') diff --git a/1553/CH25/EX25.27/25Ex27.sce b/1553/CH25/EX25.27/25Ex27.sce new file mode 100644 index 000000000..e44e23630 --- /dev/null +++ b/1553/CH25/EX25.27/25Ex27.sce @@ -0,0 +1,10 @@ +//Ch25_Ex27 +clc; +clear; +close; +dl=1; rl=dl/2; //diameter and radius of lead ball +ds=12; rs=ds/2;//diamerer and radius of sphere +volS=(4/3)*%pi*rs^3; +volL=(4/3)*%pi*rl^3; +noBalls=volS/volL; +mprintf("THe number of lead balls are %d",noBalls); -- cgit