summaryrefslogtreecommitdiff
path: root/3537/CH8/EX8.5/Ex8_5.sce
blob: aaed5db1ff98240dde1d4d833ec024272d17e70e (plain)
1
2
3
4
5
6
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)