summaryrefslogtreecommitdiff
path: root/995/CH13/EX13.2/Ex13_2.sce
blob: e60c17cbaf7377c69a53ae5679a7bcf16189f3a5 (plain)
1
2
3
4
5
6
7
8
//Ex:13.2
clc;
clear;
close;
c=3*10^8;
f=150*10^6;
wl=c/f;
printf("The wavelength =%d m",wl);