summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.17
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH1/EX1.17')
-rw-r--r--3782/CH1/EX1.17/Ex1_17.sce25
1 files changed, 25 insertions, 0 deletions
diff --git a/3782/CH1/EX1.17/Ex1_17.sce b/3782/CH1/EX1.17/Ex1_17.sce
new file mode 100644
index 000000000..68b1a5983
--- /dev/null
+++ b/3782/CH1/EX1.17/Ex1_17.sce
@@ -0,0 +1,25 @@
+
+// ch-1 page-36,37 pb-7
+
+//
+
+
+//
+
+BE=50
+AB=25
+AEC=157.5-67.5
+
+al=atan(BE/AB)
+al=al*(180/%pi)
+
+printf("\n al %0.3f ",al)
+
+bt=90-al
+printf("\n bt= %0.3f ",bt)
+k=(tan(bt*%pi/180))
+
+printf("\n k= %0.3f ",k)
+BC=BE/k
+C=275.5+BC
+printf("\n chinage of c is %0.3f meters',C)