summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.11/ex16_11.sce
blob: 310455e6c14e92be04aaf18e2d633882f53de144 (plain)
1
2
3
4
5
clc;
f=1/4;      //frequency in Hz
l=30;        //wavwlength in metre
v=f*l;       //calculating velocity
disp(v,"Velocity in m/sec = ");    //diplaying result