summaryrefslogtreecommitdiff
path: root/896/CH8/EX8.3/3.sce
diff options
context:
space:
mode:
Diffstat (limited to '896/CH8/EX8.3/3.sce')
-rwxr-xr-x896/CH8/EX8.3/3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/896/CH8/EX8.3/3.sce b/896/CH8/EX8.3/3.sce
new file mode 100755
index 000000000..886353065
--- /dev/null
+++ b/896/CH8/EX8.3/3.sce
@@ -0,0 +1,8 @@
+clc
+//Example 8.3
+//Calculate the temperature of the gas where is mach number is 2
+Ma=2//dimentionless (Mach number)
+k=1.4//dimentionless
+T1=528//R (Rankine temperature scale)
+T2=T1/((Ma^2*(k-1)/2)+1)//R (Rankine temperature scale)
+printf("The temperature of the gas when mach number is 2 is %f R",T2); \ No newline at end of file