summaryrefslogtreecommitdiff
path: root/1376/CH6/EX6.4/6_4.sci
diff options
context:
space:
mode:
Diffstat (limited to '1376/CH6/EX6.4/6_4.sci')
-rwxr-xr-x1376/CH6/EX6.4/6_4.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/1376/CH6/EX6.4/6_4.sci b/1376/CH6/EX6.4/6_4.sci
new file mode 100755
index 000000000..4fd3a7a1d
--- /dev/null
+++ b/1376/CH6/EX6.4/6_4.sci
@@ -0,0 +1,7 @@
+//6.4
+clc;
+R1=45;
+R2=100-R1;
+l=500;
+x=2*l*R1/(R1+R2);
+printf("Position of the fault from the test end=%.1f m",x) \ No newline at end of file