diff options
Diffstat (limited to '3755/CH14/EX14.1/Ex14_1.sce')
-rw-r--r-- | 3755/CH14/EX14.1/Ex14_1.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3755/CH14/EX14.1/Ex14_1.sce b/3755/CH14/EX14.1/Ex14_1.sce new file mode 100644 index 000000000..4c9be0292 --- /dev/null +++ b/3755/CH14/EX14.1/Ex14_1.sce @@ -0,0 +1,14 @@ +clear
+//
+//
+//
+
+//Variable declaration
+V=7500; //volume(m^3)
+T=1.5; //time(sec)
+
+//Calculations
+aS=0.165*V/T; //total absorption in hall(OWU)
+
+//Result
+printf("\n total absorption in hall is %0.3f OWU",aS)
|