summaryrefslogtreecommitdiff
path: root/995/CH13/EX13.3/Ex13_3.sce
blob: ea7196fbbc52b58cdea3e46bf1874c3539bec784 (plain)
1
2
3
4
5
6
7
8
//Ex:13.3
clc;
clear;
close;
wl=8;
f=30*10^6;
v=f*wl;
printf("The veocity of propagation =%d m/s",v);