summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.9/ex16_9.sce
blob: f7fb294391f4d9e8c70507d388ca2cef2002c59c (plain)
1
2
3
4
5
clc;
l=10^-4;    //lambda in m
v=0.25;     //velocity in m/sec
f=v/l;      //calculating frequency
disp(f,"Frequency in Hz = ");    //diplaying result