summaryrefslogtreecommitdiff
path: root/3756/CH8/EX8.1/Ex8_1.sce
blob: 25244800adda9b583b9fbb3d28309cd4cb13bc1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clc
//
//
//

//Variable declaration
VF=0.62  //Velocity Factor of coaxial Cable

//Calculations
Er=(1/(VF**2))

//Result
printf("\n The Dielectric Constant of the insulation used is %1.1f ",Er)