diff options
Diffstat (limited to '3648/CH9/EX9.5')
-rw-r--r-- | 3648/CH9/EX9.5/Ex9_5.sce | 6 | ||||
-rw-r--r-- | 3648/CH9/EX9.5/Ex9_5.txt | 2 |
2 files changed, 8 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")
diff --git a/3648/CH9/EX9.5/Ex9_5.txt b/3648/CH9/EX9.5/Ex9_5.txt new file mode 100644 index 000000000..446d20d23 --- /dev/null +++ b/3648/CH9/EX9.5/Ex9_5.txt @@ -0,0 +1,2 @@ + The apparent weight of the object is Wapp=Mg-Mg*(Pf/p)=W*(1-(Pf/P))
+As Wapp=0 and Pf=p the object has an apparent weight of Zero
\ No newline at end of file |