summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.18/14_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH14/EX14.18/14_18.sce')
-rwxr-xr-x761/CH14/EX14.18/14_18.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/761/CH14/EX14.18/14_18.sce b/761/CH14/EX14.18/14_18.sce
new file mode 100755
index 000000000..2e3762ff6
--- /dev/null
+++ b/761/CH14/EX14.18/14_18.sce
@@ -0,0 +1,8 @@
+clc;
+//page no 501
+//prob no. 14.18
+//A TDR display shows dscontinuity at 1.4us & vf=0.8
+t=1.4*10^-6;vf=0.8;c=3*10^8;//Speed of light
+//Determination of distance of fault
+d=(vf*c*t)/2;//One-half time is used to calculate
+disp('m',d,'The distance is'); \ No newline at end of file