summaryrefslogtreecommitdiff
path: root/564/CH5/EX5.2/5_2.sce
blob: 7304a2e5ed0ddd8853d24d37d12db05ff083ff69 (plain)
1
2
3
4
5
6
7
pathname=get_absolute_file_path('5_2.sce')
filename=pathname+filesep()+'5_2data.sci'
exec(filename)
delB=(119*w*L^4)/(24576*EI);
delC=(5*w*L^4)/(384*EI);
printf("\ndelB: %f m",delB);
printf("\ndelC: %f m",delC);