diff options
Diffstat (limited to '3648/CH9/EX9.5/Ex9_5.sce')
-rw-r--r-- | 3648/CH9/EX9.5/Ex9_5.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3648/CH9/EX9.5/Ex9_5.sce b/3648/CH9/EX9.5/Ex9_5.sce new file mode 100644 index 000000000..1405a13c6 --- /dev/null +++ b/3648/CH9/EX9.5/Ex9_5.sce @@ -0,0 +1,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")
|