summaryrefslogtreecommitdiff
path: root/2615/CH16/EX86.10/86.sce
blob: 1a68a434e91ea68e45e9a81a3eb08f7c9ff6e275 (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
h=126//mm
q=36//mm
//CALCULATIONS
M=h/q//mm
//RESULTS
printf('the module of a gear by making=% f mm',M)