summaryrefslogtreecommitdiff
path: root/1325/CH10/EX10.1
diff options
context:
space:
mode:
Diffstat (limited to '1325/CH10/EX10.1')
-rw-r--r--1325/CH10/EX10.1/10_1.PNGbin0 -> 80724 bytes
-rw-r--r--1325/CH10/EX10.1/10_1.sce7
2 files changed, 7 insertions, 0 deletions
diff --git a/1325/CH10/EX10.1/10_1.PNG b/1325/CH10/EX10.1/10_1.PNG
new file mode 100644
index 000000000..cff240e51
--- /dev/null
+++ b/1325/CH10/EX10.1/10_1.PNG
Binary files differ
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)