summaryrefslogtreecommitdiff
path: root/3648/CH14/EX14.4/Ex14_4.sce
blob: 801bec43de3a5c1e16c49f3a9b4dae7b7feda191 (plain)
1
2
3
4
5
6
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)