summaryrefslogtreecommitdiff
path: root/1325/CH10/EX10.1/10_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1325/CH10/EX10.1/10_1.sce')
-rw-r--r--1325/CH10/EX10.1/10_1.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1325/CH10/EX10.1/10_1.sce b/1325/CH10/EX10.1/10_1.sce
new file mode 100644
index 000000000..2afff4e9d
--- /dev/null
+++ b/1325/CH10/EX10.1/10_1.sce
@@ -0,0 +1,7 @@
+//To find pitch diameter
+clc
+//given
+Teeth=48
+pitch=.75 //in
+D=Teeth*pitch/%pi
+printf("The pitch diameter is %.3f in",D)