diff options
Diffstat (limited to '2708/CH7/EX7.5/ex_7_5.sce')
-rwxr-xr-x | 2708/CH7/EX7.5/ex_7_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2708/CH7/EX7.5/ex_7_5.sce b/2708/CH7/EX7.5/ex_7_5.sce new file mode 100755 index 000000000..dc0f0a297 --- /dev/null +++ b/2708/CH7/EX7.5/ex_7_5.sce @@ -0,0 +1,7 @@ +//Example 7.5 // Dielelctric constant
+clc;
+clear;
+//given data :
+v=.62;// velocity factor of coaxial
+Er=1/v^2;// relative permittivity constant
+disp(Er,"dielectric constant of insulator")
|