summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.1/14_1.sce
blob: 29d06a2f197fff25e387de7b09a0abb4685f23eb (plain)
1
2
3
4
5
6
7
8
clc;
//page no 461
//prob no. 14.1
//A coaxial cable with capacitance=90pF/m & characteristic impedance=50 ohm
C=90*10^-12;Zo=50;
//Determination of inductance of 1m length
L=(Zo^2)*C;
disp('nH/m',L*10^9,'The inductance of 1m length is');