summaryrefslogtreecommitdiff
path: root/3845/CH16/EX16.4/Ex16_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH16/EX16.4/Ex16_4.sce')
-rw-r--r--3845/CH16/EX16.4/Ex16_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH16/EX16.4/Ex16_4.sce b/3845/CH16/EX16.4/Ex16_4.sce
new file mode 100644
index 000000000..1300fdd49
--- /dev/null
+++ b/3845/CH16/EX16.4/Ex16_4.sce
@@ -0,0 +1,9 @@
+//Example 16.4
+m=900;//Mass of the car and load (kg)
+k=6.53*10^4;//Force constant (N/m)
+f=1/(2*%pi)*sqrt(k/m);//Frequency (Hz)
+printf('Frequency of oscillation = %0.2f Hz',f)
+T=1/f;//Time period (s)
+printf('\nTime period of oscillation = %0.3f s',T)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest