diff options
Diffstat (limited to '3793/CH8/EX8.8/exp_8_8.sce')
-rw-r--r-- | 3793/CH8/EX8.8/exp_8_8.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3793/CH8/EX8.8/exp_8_8.sce b/3793/CH8/EX8.8/exp_8_8.sce new file mode 100644 index 000000000..002ca6974 --- /dev/null +++ b/3793/CH8/EX8.8/exp_8_8.sce @@ -0,0 +1,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);
|