blob: dc2be918a25d62ef6d0f3cb5706512c0898af542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
clc
clear
//Initialization of variables
disp("part c")
disp("USing SRK equation, P= RT/(V-b) -alph*a/(V*(V+b))")
disp("By trail and error method,")
//calculations
v2=2.98
//results
printf("volume = %.2f m^3/kmol",v2)
|