summaryrefslogtreecommitdiff
path: root/3753/CH3/EX3.3/Ex3_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3753/CH3/EX3.3/Ex3_3.sce')
-rw-r--r--3753/CH3/EX3.3/Ex3_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3753/CH3/EX3.3/Ex3_3.sce b/3753/CH3/EX3.3/Ex3_3.sce
new file mode 100644
index 000000000..dbb482907
--- /dev/null
+++ b/3753/CH3/EX3.3/Ex3_3.sce
@@ -0,0 +1,14 @@
+//Example number 3.3, Page number 3.33
+
+
+clc;clear;close
+
+// Variable declaration
+T=1.2 // in s
+V=7500 // in m^3
+
+// Calculation
+A=(0.16*V)/T // in m^2
+
+// Result
+printf("Total absorpttion = %.f m**2 of O.W.U.",A)