summaryrefslogtreecommitdiff
path: root/812/CH5/EX5.07
diff options
context:
space:
mode:
Diffstat (limited to '812/CH5/EX5.07')
-rwxr-xr-x812/CH5/EX5.07/5_07.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/812/CH5/EX5.07/5_07.sce b/812/CH5/EX5.07/5_07.sce
new file mode 100755
index 000000000..186042f6f
--- /dev/null
+++ b/812/CH5/EX5.07/5_07.sce
@@ -0,0 +1,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)