summaryrefslogtreecommitdiff
path: root/3793/CH8/EX8.8/exp_8_8.sce
blob: 002ca6974d68c44d057f73b28f6a767ec2d86c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
clear;
clc;
R=4;
f=50;
H=4;
tc=.2;
angle=50;
T12=tc*cosd(angle);

FF=(1/(2*%pi))*sqrt((2*%pi*f*T12/H)-((f/(4*R*H))^2));
mprintf("Oscillating Frequency is %.2f Hz ",FF);