diff options
Diffstat (limited to '3758/CH1/EX1.14/Ex1_14.sce')
-rw-r--r-- | 3758/CH1/EX1.14/Ex1_14.sce | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/3758/CH1/EX1.14/Ex1_14.sce b/3758/CH1/EX1.14/Ex1_14.sce deleted file mode 100644 index 4633a5aeb..000000000 --- a/3758/CH1/EX1.14/Ex1_14.sce +++ /dev/null @@ -1,8 +0,0 @@ -v2=0.0112; //final volume in m^3
-v1=0.0113; //initial volume in m^3
-dv=v2-v1; // calculating change in volume
-p1=6.87*10^6; //initial pressure in N/m^2
-p2=13.73*10^6; //final pressure in N/m^2
-dp=p2-p1; //calculating change in pressure
-k=-dp/(dv/v1); //calculating bulk modulus of elasticity
-printf('bulk modulus of elasticity is %f N/m^2',k);
|