summaryrefslogtreecommitdiff
path: root/3594/CH11/EX11.8/Ex11_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3594/CH11/EX11.8/Ex11_8.sce')
-rw-r--r--3594/CH11/EX11.8/Ex11_8.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3594/CH11/EX11.8/Ex11_8.sce b/3594/CH11/EX11.8/Ex11_8.sce
new file mode 100644
index 000000000..7fae50496
--- /dev/null
+++ b/3594/CH11/EX11.8/Ex11_8.sce
@@ -0,0 +1,15 @@
+
+clc
+//given
+Td=23
+Ta=19
+Tb=20
+Tc=22
+k=Td*Ta/(Tb*Tc)
+//using componendo and dividendo, Nc=0 and reducing we get
+a=1/k-1//a=Nd/Ne
+b=1/a//- denotes opposite direction
+d=5280*12/(%pi*5*b)
+p=ceil(d)
+printf("\nThe diameter must be = %.1f in\nThe numbers of teeths are therefore suitable for a cyclometer for bicycle with %.f inches wheels",d,p)
+