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