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