summaryrefslogtreecommitdiff
path: root/3369/CH3/EX3.5/Ex3_5.sce
blob: cc49f0bbe1d393d229e1ca7781957f6ee3f09a9f (plain)
1
2
3
4
5
6
7
8
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.