diff options
Diffstat (limited to '3648/CH9/EX9.4')
-rw-r--r-- | 3648/CH9/EX9.4/Ex9_4.sce | 5 | ||||
-rw-r--r-- | 3648/CH9/EX9.4/Ex9_4.txt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/3648/CH9/EX9.4/Ex9_4.sce b/3648/CH9/EX9.4/Ex9_4.sce new file mode 100644 index 000000000..eb22adee9 --- /dev/null +++ b/3648/CH9/EX9.4/Ex9_4.sce @@ -0,0 +1,5 @@ +//Example 9_4
+clc();
+clear;
+//To find out the density of the oil
+printf("The density of the oil is Po=(Pw*(Hw/Ho)\n Where Pw=1000 Kg Meter^3 and we can evaluate Po once Hw and Ho are measured")
diff --git a/3648/CH9/EX9.4/Ex9_4.txt b/3648/CH9/EX9.4/Ex9_4.txt new file mode 100644 index 000000000..4526876b3 --- /dev/null +++ b/3648/CH9/EX9.4/Ex9_4.txt @@ -0,0 +1,2 @@ +The density of the oil is Po=(Pw*(Hw/Ho)
+ Where Pw=1000 Kg Meter^3 and we can evaluate Po once Hw and Ho are measured
\ No newline at end of file |