summaryrefslogtreecommitdiff
path: root/3886/CH21/EX21.6/21_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH21/EX21.6/21_6.sce')
-rw-r--r--3886/CH21/EX21.6/21_6.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/3886/CH21/EX21.6/21_6.sce b/3886/CH21/EX21.6/21_6.sce
new file mode 100644
index 000000000..f2914d433
--- /dev/null
+++ b/3886/CH21/EX21.6/21_6.sce
@@ -0,0 +1,3 @@
+//Period of simple pendulum
+T=2*%pi*sqrt(1.5/9.81) //sec
+printf("\nT=%.2f sec",T)