diff options
Diffstat (limited to '3886/CH21/EX21.6')
-rw-r--r-- | 3886/CH21/EX21.6/21_6.sce | 3 | ||||
-rw-r--r-- | 3886/CH21/EX21.6/21_6.txt | 4 |
2 files changed, 7 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)
diff --git a/3886/CH21/EX21.6/21_6.txt b/3886/CH21/EX21.6/21_6.txt new file mode 100644 index 000000000..325e9f963 --- /dev/null +++ b/3886/CH21/EX21.6/21_6.txt @@ -0,0 +1,4 @@ +
+--> exec('E:\My program EM\21. Mechanical vibration\21.6.sce', -1)
+
+T=2.46 sec
\ No newline at end of file |