diff options
Diffstat (limited to '1835/CH1/EX1.3/Ex1_3.sce')
-rwxr-xr-x | 1835/CH1/EX1.3/Ex1_3.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1835/CH1/EX1.3/Ex1_3.sce b/1835/CH1/EX1.3/Ex1_3.sce new file mode 100755 index 000000000..fb82e7d12 --- /dev/null +++ b/1835/CH1/EX1.3/Ex1_3.sce @@ -0,0 +1,14 @@ +//CHAPTER 1 ILLUSRTATION 3 PAGE NO 16
+//TITLE:Basic kinematics
+//Figure 1.16
+clc
+clear
+OB=54.6// distance between the fixed centres in mm
+OA=85// length of driving crank in mm
+OA2=OA
+CA=160// length of slotted lever in mm
+CD=144// length of connectin rod in mm
+//================================
+beeta=2*(acosd(OB/OA2))// angle through which crank turns inreturn stroke in degrees
+A=(360-beeta)/beeta// ratio of time of cutting stroke to the time of return stroke
+printf('Ratio of time taken on the cutting to the return stroke= %.0f',A)
|