From d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 10:59:42 +0530 Subject: Modified the code --- 3875/CH1/EX1.1/1_1.txt | 2 +- 3875/CH1/EX1.1/Ex1_1.sce | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '3875/CH1/EX1.1') diff --git a/3875/CH1/EX1.1/1_1.txt b/3875/CH1/EX1.1/1_1.txt index 6d1ee2ec9..8b15a9380 100644 --- a/3875/CH1/EX1.1/1_1.txt +++ b/3875/CH1/EX1.1/1_1.txt @@ -1,2 +1,2 @@ -Resistive force = 2.31e-03 newton/s/meter +Resistive force = 2.31e-03 newton-s/meter Relaxation time = 86.56 s \ No newline at end of file diff --git a/3875/CH1/EX1.1/Ex1_1.sce b/3875/CH1/EX1.1/Ex1_1.sce index c20e0ced8..e017a533a 100644 --- a/3875/CH1/EX1.1/Ex1_1.sce +++ b/3875/CH1/EX1.1/Ex1_1.sce @@ -9,5 +9,5 @@ damp_omega=log(2)/60 //amplitude of damped oscillator for A/C = 1/2 in rad/s c= 2*m*damp_omega tau= 1/damp_omega -mprintf("Resistive force = %0.2e newton/s/meter \n",c) +mprintf("Resistive force = %0.2e newton-s/meter \n",c) mprintf("Relaxation time = %2.2f s",tau) //The answer provided in the textbook is wrong. -- cgit