summaryrefslogtreecommitdiff
path: root/746/CH5/EX5.07/5_07.sce
blob: 186042f6f449799c8b6d65a56df8163cbf309ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//angular and rotation//
pathname=get_absolute_file_path('5.07.sce')
filename=pathname+filesep()+'5.07-data.sci'
exec(filename)
//At point b, u=3 mm/sec
u=3;
//Displacemet of b(in mm):
xb=u*t
//Rate of angular deformation(in s^-1):
def=U/h
//Rate of rotation(in s^-1):
rot=-0.5*U/h
printf("\n\nRSULTS\n\n")
printf("\n\nRate of angular deformation: %.1f /sec\n\n",def)
printf("\n\nRate of rotation: %.1f /sec\n\n",rot)