summaryrefslogtreecommitdiff
path: root/1076/CH13/EX13.6/13_6.sce
blob: 6fd103a43880fc2977d34912b226c421ad4e6eb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clear;
clc

f=50
xg=1
xl=.5
E=1.1
V=1
H=5
p=.5

X=xl+xg
d0=asin(p)
Pr=E*V*cos(d0)/X
M=H/(%pi*f)
wn=sqrt(Pr/M)/(2*%pi)

mprintf("Freg of oscillation = %.2f Hz", wn)