From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3532/CH3/EX3.7.1/Ex3_8.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3532/CH3/EX3.7.1/Ex3_8.sce (limited to '3532/CH3/EX3.7.1/Ex3_8.sce') diff --git a/3532/CH3/EX3.7.1/Ex3_8.sce b/3532/CH3/EX3.7.1/Ex3_8.sce new file mode 100644 index 000000000..55624fded --- /dev/null +++ b/3532/CH3/EX3.7.1/Ex3_8.sce @@ -0,0 +1,11 @@ +clc +clear +mprintf('Mechanical vibrations by G.K.Grover\n Example 3.7.1\n') +//given data +fnA=12 //frequency of free vibrations of system A in Hz +fnB=15 //frequency of free vibrations of system B in Hz +TdA=4.5 //time taken by system A to damp out completely in sec +//calculations +TdB=fnA*TdA/fnB //time taken by system B to damp out completely in sec +//output +mprintf(' The time taken by system B to damp out completely is %4.4f sec',TdB) -- cgit