diff options
Diffstat (limited to '3648/CH9/EX9.4/Ex9_4.sce')
-rw-r--r-- | 3648/CH9/EX9.4/Ex9_4.sce | 5 |
1 files changed, 5 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")
|