diff options
Diffstat (limited to '3875/CH1/EX1.1/Ex1_1.sce')
-rw-r--r-- | 3875/CH1/EX1.1/Ex1_1.sce | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|