blob: fd8e5eddf18f290ba173c14d7149a84d367329f4 (
plain)
1
2
3
4
5
6
7
|
//Tension//
filename=pathname+filesep()+'4.08-data.sci'
exec(filename)
//Tension required to pull the belt(in lbf):
T=Vbelt*m/32.2
printf("\n\nRESULTS\n\n")
printf("\n\nTension required to pull the belt: %.3f lbf\n\n",T)
|