summaryrefslogtreecommitdiff
path: root/2135/CH1/EX1.38
diff options
context:
space:
mode:
Diffstat (limited to '2135/CH1/EX1.38')
-rwxr-xr-x2135/CH1/EX1.38/Exa_1_38.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2135/CH1/EX1.38/Exa_1_38.sce b/2135/CH1/EX1.38/Exa_1_38.sce
new file mode 100755
index 000000000..03f88b5b3
--- /dev/null
+++ b/2135/CH1/EX1.38/Exa_1_38.sce
@@ -0,0 +1,16 @@
+//Exa 1.38
+clc;
+clear;
+close;
+format('v',8);
+
+//Given Data :
+pr=5;
+Z=0.8;
+pc=46.4;//bar
+Tc=191.1;//K
+Tr=1.44;//
+p=pr*pc;//bar
+disp(p,"Pressure in bar : ");
+T=Tr*Tc;//K
+disp(T,"Temperature in K : ");