summaryrefslogtreecommitdiff
path: root/1286/CH3/EX3.14
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH3/EX3.14')
-rwxr-xr-x1286/CH3/EX3.14/3_14.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1286/CH3/EX3.14/3_14.sce b/1286/CH3/EX3.14/3_14.sce
new file mode 100755
index 000000000..45110bc5b
--- /dev/null
+++ b/1286/CH3/EX3.14/3_14.sce
@@ -0,0 +1,12 @@
+clc
+//initialisations
+po=101396.1
+p=1.293
+vo=1/p
+t=273
+cp=961.4
+//calculations
+R=po*vo/t
+cv=cp-R
+//results
+printf(' specific heat at constant volume= % 1f',cv)