From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1271/CH8/EX8.5/5.txt | 1 + 1271/CH8/EX8.5/example8_5.sce | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100755 1271/CH8/EX8.5/5.txt create mode 100755 1271/CH8/EX8.5/example8_5.sce (limited to '1271/CH8/EX8.5') diff --git a/1271/CH8/EX8.5/5.txt b/1271/CH8/EX8.5/5.txt new file mode 100755 index 000000000..ccd2490f9 --- /dev/null +++ b/1271/CH8/EX8.5/5.txt @@ -0,0 +1 @@ + The total absorption constant = 715.555556 O.W.U. \ No newline at end of file diff --git a/1271/CH8/EX8.5/example8_5.sce b/1271/CH8/EX8.5/example8_5.sce new file mode 100755 index 000000000..b25687d59 --- /dev/null +++ b/1271/CH8/EX8.5/example8_5.sce @@ -0,0 +1,10 @@ +clc +// Given that +V = 8000 // volume of hall in meter^3 +t = 1.8 // reverberation time in sec +// Sample Problem 5 on page no. 8.19 +printf("\n # PROBLEM 5 # \n") +printf(" Standard formula used \n") +printf(" T = 0.161 V/a*S \n" ) +aS = (0.161 * V) / t// calculation for the total absorption constant +printf("\n The total absorption constant = %f O.W.U.",aS) -- cgit