diff options
Diffstat (limited to '3648/CH14/EX14.4/Ex14_4.sce')
-rw-r--r-- | 3648/CH14/EX14.4/Ex14_4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3648/CH14/EX14.4/Ex14_4.sce b/3648/CH14/EX14.4/Ex14_4.sce new file mode 100644 index 000000000..801bec43d --- /dev/null +++ b/3648/CH14/EX14.4/Ex14_4.sce @@ -0,0 +1,7 @@ +//Example 14_4
+clc();
+clear;
+//To find how far it has to be moved before the sound becomes weak
+lamda=70 //units in cm
+lamda1=0.5*lamda //Units in cm
+printf("The distance it has to be moved is=%d cm",lamda1)
|