diff options
Diffstat (limited to '2354/CH7/EX7.2')
-rwxr-xr-x | 2354/CH7/EX7.2/7_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2354/CH7/EX7.2/7_2.sce b/2354/CH7/EX7.2/7_2.sce new file mode 100755 index 000000000..062308fe6 --- /dev/null +++ b/2354/CH7/EX7.2/7_2.sce @@ -0,0 +1,8 @@ +//example 7.2
+clc; funcprot(0);
+// Initialization of Variable
+k=-2087.56;//from table t2
+disp(k,"W/m in kJ/kg");
+k1=6.048;//from table t2
+disp(k1,"sigma/m in kJ/kg/K");
+clear()
|