summaryrefslogtreecommitdiff
path: root/3537/CH8/EX8.10/Ex8_10.sce
blob: a4bb3e2f65c3a7d524c3100dfa3bf646d28fa02f (plain)
1
2
3
4
5
6
7
8
9
//Example 8_10
clc();
clear;
//To calculate the frequency of pure iron rod
l=40*10^-3                          //units in meter
d=7.25*10^3                         //units in kg/m^3
Y=115*10^9                         //units in N/m^3
v=(1/(2*l))*sqrt(Y/d)
printf("Natural frequency v=%.3f Hz",v)