summaryrefslogtreecommitdiff
path: root/3020/CH4/EX4.9/ex4_9.sce
blob: 72aa5188f0e015a920c0c27906e50e44cfc261dc (plain)
1
2
3
4
5
6
7
8
9
10

clc;
clear all;
V = 12550; // Volume of hall in cubic meters
T1 = 1.5 ; // Reverberation time in seconds
A2 = 200; // Absorption coefficent of cushioned chair in sabine
A1 =  (0.163*V)/T1;
T2= (0.163*V)/(A1+A2);
disp('s',T2,'The new reverberation time of hall after adding cushioned chair is')
//Slight variation in answer than textbook..there is mistake in book.. checked in calculator also..