diff options
Diffstat (limited to '564/CH5/EX5.2/5_2.sce')
-rwxr-xr-x | 564/CH5/EX5.2/5_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/564/CH5/EX5.2/5_2.sce b/564/CH5/EX5.2/5_2.sce new file mode 100755 index 000000000..7304a2e5e --- /dev/null +++ b/564/CH5/EX5.2/5_2.sce @@ -0,0 +1,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);
\ No newline at end of file |