summaryrefslogtreecommitdiff
path: root/3875/CH2/EX2.1/Ex2_1.sce
blob: 46a43a15e27fb6d37878b465745d671dfc7712b7 (plain)
1
2
3
4
5
6
7
8
9
clc;
clear;
V=7500 //volume in m^3
T=1.2 //time in seconds

//calculations
A=(0.162*V)/T

mprintf("Total absorption in hall = %0.1f sq-m sabine",A)