summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.3/14_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH14/EX14.3/14_3.sce')
-rwxr-xr-x761/CH14/EX14.3/14_3.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/761/CH14/EX14.3/14_3.sce b/761/CH14/EX14.3/14_3.sce
new file mode 100755
index 000000000..ad76fec37
--- /dev/null
+++ b/761/CH14/EX14.3/14_3.sce
@@ -0,0 +1,11 @@
+clc;
+//page no 463
+//prob no. 14.3
+//Cable with teflon dielectric er=2.1
+er=2.1;c=3*10^8;//Velocity of light
+//Determination of velocity factor
+Vf=1/sqrt(er);
+disp(Vf,'The value of velocity factor is');
+//Determination of propagation velocity
+Vp=Vf*c;
+disp('m/s',Vp,'The value of propagation velo. is'); \ No newline at end of file