summaryrefslogtreecommitdiff
path: root/3020/CH5/EX5.1/ex5_1.sce
blob: 8a263f8e073f9eb1be49fe702415052b472ed1f3 (plain)
1
2
3
4
5
6
7
8
9

clc;
clear all;
t = 1e-3; // Thickness in meters
r = 2654; // Density in Kg per cubic meters
Y = 8e10; // Youngs modulus in Newton per square meter
p=1;
f = (p/(2*t))*sqrt(Y/r);//The fundamental frquency 
disp('Hz',f,'The fundamental frquency is ')