From d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 10:59:42 +0530 Subject: Modified the code --- 3845/CH11/EX11.8/Ex11_8.sce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3845/CH11/EX11.8') diff --git a/3845/CH11/EX11.8/Ex11_8.sce b/3845/CH11/EX11.8/Ex11_8.sce index b6e117260..7af6434d3 100644 --- a/3845/CH11/EX11.8/Ex11_8.sce +++ b/3845/CH11/EX11.8/Ex11_8.sce @@ -10,7 +10,7 @@ w_w=m_w*g;//Weight of water displaced (N) F_B=w_w;//Buoyant force (N) printf('a.Buoyant force = %0.1e N',F_B) -V_w1=1*10^5;//Volume of water displaced +V_w1=1*10^5;//Volume of water displaced (m^3) m_w1=rho_w*V_w1;//Mass of water displaced (kg) w_w1=m_w1*g;//Weight of water displaced (N) F_B1=w_w1;//Buoyant force (N) -- cgit