Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter6.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@
"W=40000.0 #effort\n",
"R = 400 #Lever length\n",
"u = 0.12 #coefficient of friction between screw and nut\n",
"P = (d/(2*R))*W*((u+(p/(3.14*D)))/(1-u*(p/(3.14*D)))) #Effort\n",
"P = (D/(2*R))*W*((u+(p/(3.14*D)))/(1-u*(p/(3.14*D)))) #Effort\n",
"print \"Effort is\",P,\"N\"\n"
]
},
Expand Down