diff options
Diffstat (limited to '1325/CH15/EX15.3/15_3.sce')
-rw-r--r-- | 1325/CH15/EX15.3/15_3.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1325/CH15/EX15.3/15_3.sce b/1325/CH15/EX15.3/15_3.sce new file mode 100644 index 000000000..03cf93309 --- /dev/null +++ b/1325/CH15/EX15.3/15_3.sce @@ -0,0 +1,10 @@ +//to find frequency of the natural transverse vibration
+clc
+//given
+l=10//ft
+d=4//in
+E=30*10^6//youngs modulus
+d1=0.0882//inches; maximum deflection as shown in the figure
+N=207/(d1)^(1/2)//From 15.20
+printf("\nFrequency of natural transverse vibration = %.f per min",N)
+
|