summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.24
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH1/EX1.24')
-rw-r--r--3782/CH1/EX1.24/Ex1_24.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3782/CH1/EX1.24/Ex1_24.sce b/3782/CH1/EX1.24/Ex1_24.sce
new file mode 100644
index 000000000..17facd2e9
--- /dev/null
+++ b/3782/CH1/EX1.24/Ex1_24.sce
@@ -0,0 +1,18 @@
+
+//CH-1 PAGE-42 PB-1
+
+//
+//
+
+
+sc=100
+a=2.5
+m=6
+
+RF=(a/sc)
+
+printf("\n RF is %0.3f ",RF)
+
+length1=RF*m*sc
+
+printf("\n length1 of scale is %0.3f meters',length1)