diff options
Diffstat (limited to '3758/CH1/EX1.13/Ex1_13.sce')
-rw-r--r-- | 3758/CH1/EX1.13/Ex1_13.sce | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/3758/CH1/EX1.13/Ex1_13.sce b/3758/CH1/EX1.13/Ex1_13.sce deleted file mode 100644 index 9f2b6fdd4..000000000 --- a/3758/CH1/EX1.13/Ex1_13.sce +++ /dev/null @@ -1,8 +0,0 @@ -clc;
-p1=75; //intial pressure in kg/cm^2
-p2=140; //final pressure in kg/cm^2
-dp=(p2-p1); //calculating change in pressure
-dv=-0.147; //percentage decrease in volume
-v=100; //original volume in percentage
-k=dp/(dv/v); //calulating bulk modulus of elasticity
-printf('bulk modulus of elasticity of liquid is %f kg/cm^2',k);
|