summaryrefslogtreecommitdiff
path: root/3886/CH21/EX21.7/21_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH21/EX21.7/21_7.sce')
-rw-r--r--3886/CH21/EX21.7/21_7.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/3886/CH21/EX21.7/21_7.sce b/3886/CH21/EX21.7/21_7.sce
new file mode 100644
index 000000000..1808899a1
--- /dev/null
+++ b/3886/CH21/EX21.7/21_7.sce
@@ -0,0 +1,3 @@
+//Length of pendulum
+L=(1*9.81)/(4*%pi*%pi) //m
+printf("\nL=%.3f m",L)