summaryrefslogtreecommitdiff
path: root/779/CH3/EX3.2/3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '779/CH3/EX3.2/3_2.sce')
-rwxr-xr-x779/CH3/EX3.2/3_2.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/779/CH3/EX3.2/3_2.sce b/779/CH3/EX3.2/3_2.sce
new file mode 100755
index 000000000..80651ba94
--- /dev/null
+++ b/779/CH3/EX3.2/3_2.sce
@@ -0,0 +1,4 @@
+dV = 0.5; // Change in volume in m3
+P = 101.325e03; // Atmospheric pressure in N/m2
+Wd = P*dV; // Work done in J
+disp("KJ",Wd/1000,"The amount of work done upon the atmosphere by the ballon is") \ No newline at end of file