summaryrefslogtreecommitdiff
path: root/3648/CH9/EX9.5/Ex9_5.sce
blob: 1405a13c6530414b20891cb0fd476b28a9652ff2 (plain)
1
2
3
4
5
6
//Example 9_5
clc();
clear;
//To find the apparent weight when it is submerged in a fluid of density 
printf("The apparent weight of the object is Wapp=Mg-Mg*(Pf/p)=W*(1-(Pf/P))\n")
printf("As Wapp=0 and Pf=p the object has an apparent weight of Zero")