diff options
Diffstat (limited to '2141/CH5/EX5.1/Ex5_1.sce')
-rwxr-xr-x | 2141/CH5/EX5.1/Ex5_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2141/CH5/EX5.1/Ex5_1.sce b/2141/CH5/EX5.1/Ex5_1.sce new file mode 100755 index 000000000..61a69fe39 --- /dev/null +++ b/2141/CH5/EX5.1/Ex5_1.sce @@ -0,0 +1,9 @@ +
+clc
+//initialisation of variables
+w=5090 //Btu
+h=1500 //Btu
+//CALCULATIONS
+U=w-h //Btu
+//RESULTS
+printf('The tank and fluid as the system=%f Btu',U)
|