summaryrefslogtreecommitdiff
path: root/3369/CH3/EX3.5
diff options
context:
space:
mode:
Diffstat (limited to '3369/CH3/EX3.5')
-rwxr-xr-x3369/CH3/EX3.5/Ex3_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3369/CH3/EX3.5/Ex3_5.sce b/3369/CH3/EX3.5/Ex3_5.sce
new file mode 100755
index 000000000..cc49f0bbe
--- /dev/null
+++ b/3369/CH3/EX3.5/Ex3_5.sce
@@ -0,0 +1,9 @@
+//Chapter 3, Exmaple 5, page 105
+//Volume of Helium
+clc
+clear
+// Using equation 3.2
+G = (1*8314*273)/(2.016*1.01*10**5)
+printf("\nVolume of He = %f m^3",G)
+
+//Answer may vary due to round off error.