summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.1/Ex1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH1/EX1.1/Ex1_1.sce')
-rw-r--r--3782/CH1/EX1.1/Ex1_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3782/CH1/EX1.1/Ex1_1.sce b/3782/CH1/EX1.1/Ex1_1.sce
new file mode 100644
index 000000000..7ba2a87b2
--- /dev/null
+++ b/3782/CH1/EX1.1/Ex1_1.sce
@@ -0,0 +1,7 @@
+ clear
+l=20 //chain length
+e=0.03 //error
+l1=l+e //L'
+ml=327 //measured length
+truel=(l1/l)*(ml) //true length
+printf("\n true length of line= %0.3f ",truel)