summaryrefslogtreecommitdiff
path: root/1026/CH4/EX4.3/Example4_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH4/EX4.3/Example4_3.sce')
-rwxr-xr-x1026/CH4/EX4.3/Example4_3.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/1026/CH4/EX4.3/Example4_3.sce b/1026/CH4/EX4.3/Example4_3.sce
new file mode 100755
index 000000000..3447edc1f
--- /dev/null
+++ b/1026/CH4/EX4.3/Example4_3.sce
@@ -0,0 +1,17 @@
+//chapter4,Example4_3,pg 84
+
+P=1
+
+l=40*10^-3
+
+E=115*10^9
+
+D=7.25*10^3
+
+n=(P/(2*l))*sqrt(E/D)
+
+printf("natural frequency\n")
+
+printf("n=%.2f Hz",n)
+
+printf("\nfrequency of rod is more than audible range, rod cannot be used in magnetostriction oscillator\n") \ No newline at end of file