summaryrefslogtreecommitdiff
path: root/3537/CH8/EX8.10/Ex8_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH8/EX8.10/Ex8_10.sce')
-rw-r--r--3537/CH8/EX8.10/Ex8_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3537/CH8/EX8.10/Ex8_10.sce b/3537/CH8/EX8.10/Ex8_10.sce
new file mode 100644
index 000000000..a4bb3e2f6
--- /dev/null
+++ b/3537/CH8/EX8.10/Ex8_10.sce
@@ -0,0 +1,9 @@
+//Example 8_10
+clc();
+clear;
+//To calculate the frequency of pure iron rod
+l=40*10^-3 //units in meter
+d=7.25*10^3 //units in kg/m^3
+Y=115*10^9 //units in N/m^3
+v=(1/(2*l))*sqrt(Y/d)
+printf("Natural frequency v=%.3f Hz",v)