summaryrefslogtreecommitdiff
path: root/3769/CH4/EX4.34/Ex4_34.sce
blob: 8f5e2fab776912e9bc77eafa5a7d58e30ab4ef96 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
a=3                  //mm
b=4.0                  //mm
K1=5

//Calaculation
K2=1/((a**2/b)-a/b)*K1

//Result
printf("\n The relative permittivity of the additional dielectric is  %0.2f  ",K2)