diff options
Diffstat (limited to '797/CH3/EX3.2.e')
-rw-r--r-- | 797/CH3/EX3.2.e/3_02_example.sci | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/797/CH3/EX3.2.e/3_02_example.sci b/797/CH3/EX3.2.e/3_02_example.sci new file mode 100644 index 000000000..55a7b2dca --- /dev/null +++ b/797/CH3/EX3.2.e/3_02_example.sci @@ -0,0 +1,4 @@ +//Example 3-02 Measuring Atmospheric Pressure with Barometer +h = 740 //height of mercury column [m] +g = 9.805 //gravitational acceleration [m^2/s] +rho = 13570 //density of mercury [kg/m^3] |