summaryrefslogtreecommitdiff
path: root/3594/CH10/EX10.2/Ex10_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3594/CH10/EX10.2/Ex10_2.sce')
-rw-r--r--3594/CH10/EX10.2/Ex10_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3594/CH10/EX10.2/Ex10_2.sce b/3594/CH10/EX10.2/Ex10_2.sce
new file mode 100644
index 000000000..1ee39e2e7
--- /dev/null
+++ b/3594/CH10/EX10.2/Ex10_2.sce
@@ -0,0 +1,8 @@
+
+clc
+//given
+T=48//teeth
+pd=4//diametral pitch
+D=T/pd//pitch diameter
+p=%pi/pd//the circular pitch
+printf("\nThe pitch diameter = %.f in\nThe circular pitch = %.4f in\n",D,p)