diff options
Diffstat (limited to '3537/CH8/EX8.5/Ex8_5.sce')
-rw-r--r-- | 3537/CH8/EX8.5/Ex8_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3537/CH8/EX8.5/Ex8_5.sce b/3537/CH8/EX8.5/Ex8_5.sce new file mode 100644 index 000000000..aaed5db1f --- /dev/null +++ b/3537/CH8/EX8.5/Ex8_5.sce @@ -0,0 +1,7 @@ +//Example 8_5
+clc();
+clear;
+//To find the noise level when four drills are working
+I=90 //units in decibel
+In=10*log10(4)+I
+printf("new intensity level=%.2f dB",In)
|