summaryrefslogtreecommitdiff
path: root/2681/CH5/EX5.4/Ex5_4.sce
blob: daa5f1231edf650a717a6dea80395e21670528be (plain)
1
2
3
4
5
6
7
8
9
10
11
//frequency of air dielectric and highest frequency
//given
clc
n=1//lowest mode
d=2.6//mm
D=0.8//mm
V0=3d+11//mm/s//ERROR
lem_c=(%pi/(2*n))*(d+D)
fc=V0/lem_c//hertz//ERROR
disp(fc,'the frequency is as follows:')//Hz
//ERROR in the calculation  in the book as value of V0=3d+10