summaryrefslogtreecommitdiff
path: root/3665/CH14/EX14.3/Ex14_3.sce
blob: ff3f8ff17cdac928861baf93726d2484599a7664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc//
//
//

//Variable declaration
V=5000;    //volume(m^3)
T=1.25;    //time(s)

//Calculation
sigma_as=0.165*V/T;          //total absorption in the hall(OWU)

//Result
printf("\n total absorption in the hall is %0.3f OWU",sigma_as)