summaryrefslogtreecommitdiff
path: root/728/CH4/EX4.3/Ex4_3.sce
blob: 6c2514717c7528b86a72a31b7a7b93742a8ab5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Caption:Calculate the breakdown power of air filled coaxial cable at 9.375 GHz.
//Exa:4.3
clc;
clear;
close;
//Given: 
a=2.42;//in cm
x=2.3;//x=(b/a)
P_bd=3600*a^2*log(x);//in kilowatts
disp(P_bd,'Breakdown Power (in kW) =');

//answer in book is wrongly written as 398 kW.