summaryrefslogtreecommitdiff
path: root/3845/CH11
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3845/CH11
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '3845/CH11')
-rw-r--r--3845/CH11/EX11.8/Ex11_8.sce2
1 files changed, 1 insertions, 1 deletions
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)