diff options
Diffstat (limited to '3769/CH4/EX4.34/Ex4_34.sce')
-rw-r--r-- | 3769/CH4/EX4.34/Ex4_34.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH4/EX4.34/Ex4_34.sce b/3769/CH4/EX4.34/Ex4_34.sce new file mode 100644 index 000000000..8f5e2fab7 --- /dev/null +++ b/3769/CH4/EX4.34/Ex4_34.sce @@ -0,0 +1,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) |