diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/CH14/EX14.5.a | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '764/CH14/EX14.5.a')
-rwxr-xr-x | 764/CH14/EX14.5.a/data14_5.sci | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/764/CH14/EX14.5.a/data14_5.sci b/764/CH14/EX14.5.a/data14_5.sci new file mode 100755 index 000000000..7f41bcda2 --- /dev/null +++ b/764/CH14/EX14.5.a/data14_5.sci @@ -0,0 +1,11 @@ +
+//(Chain Drives) Example 14.5
+//Data from Example 14.4
+//Pitch of the chain drive p (mm)
+p = 19.05
+//Diameter of the roller d1 (mm)
+d1 = 12.07
+//Width of the roller b1 (mm)
+b1 = 11.68
+//Number of teeth on the driving sprocket z1
+z1 = 17
|