summaryrefslogtreecommitdiff
path: root/1397/CH3/EX3.1/3_1.sce
blob: 610a1398fce271338bec24354e105564093703ed (plain)
1
2
3
4
5
6
7
//clc();
clear;
//To determine the total absorption in the hall
V=7500;              //Volume of cinema hall in m^3
T=1.5;               //Reverberation time in seconds
A=(0.165*V)/T;
printf("total absorption in hall is %f O.W.U or Sabine",A);