summaryrefslogtreecommitdiff
path: root/3819/CH4/EX4.21/Ex4_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '3819/CH4/EX4.21/Ex4_21.sce')
-rw-r--r--3819/CH4/EX4.21/Ex4_21.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3819/CH4/EX4.21/Ex4_21.sce b/3819/CH4/EX4.21/Ex4_21.sce
new file mode 100644
index 000000000..d6d8db00d
--- /dev/null
+++ b/3819/CH4/EX4.21/Ex4_21.sce
@@ -0,0 +1,13 @@
+// A Textbook of Fluid Mecahnics and Hydraulic Machines - By R K Bansal
+// Chapter 4-Buoyancy and Floatation
+//// Problem 4.21
+
+//Given Data Set in the Problem
+dens=1000
+g=9.81
+K=8
+GM=70/100
+
+//calculations
+T=2*%pi*(K^2/GM/g)^0.5
+mprintf("The Time period of Oscillation is %f seconds\n",T)