summaryrefslogtreecommitdiff
path: root/3281/CH10/EX10.6/ex10_6.sce
blob: d70b30440e7a54ac18f0eb3772070017746c3d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Page Number: 558
//Example 10.6
clc;
//Given

sig=5.8D+7;
f=10; //GHz
h=0.12D-2; //m

q=62.8*h*sqrt(f*sig);
disp(round(q),'conductor Q of the stripline:');