From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3845/CH17/EX17.3/Ex17_3.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3845/CH17/EX17.3/Ex17_3.sce (limited to '3845/CH17/EX17.3') diff --git a/3845/CH17/EX17.3/Ex17_3.sce b/3845/CH17/EX17.3/Ex17_3.sce new file mode 100644 index 000000000..55b79f5cb --- /dev/null +++ b/3845/CH17/EX17.3/Ex17_3.sce @@ -0,0 +1,6 @@ +//Example 17.3 +ratio=2;//Ratio of the two sound wave intensities, I2/I1 +delta_beta=10*log10(ratio);//Difference in sound intensity levels, beta2-beta1, (dB) +printf('Difference in sound level = %0.2fdB (when one sound wave is twice as intense as the other)',delta_beta) +//Openstax - College Physics +//Download for free at http://cnx.org/content/col11406/latest -- cgit