From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3825/CH1/EX1.3/Ex1_3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3825/CH1/EX1.3/Ex1_3.sce (limited to '3825/CH1/EX1.3') diff --git a/3825/CH1/EX1.3/Ex1_3.sce b/3825/CH1/EX1.3/Ex1_3.sce new file mode 100644 index 000000000..bd07bb2da --- /dev/null +++ b/3825/CH1/EX1.3/Ex1_3.sce @@ -0,0 +1,11 @@ +clc +Pa=101.325 //atmospheric pressure in kPa +A=0.05 //cross sectional area of piston in metre square +k=50 //spring constant in kN/m +V0=0.1 //initial volume of gas in metre cube +V=0.2 //volume of gas at any instant during expansion in metre cube +P=Pa+((k*(V-V0))/(A*A)); //force balance equation +mprintf("P=%fkPa",P)//final pressure on gas cylinder + + + -- cgit