summaryrefslogtreecommitdiff
path: root/3875/CH1/EX1.5/Ex1_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3875/CH1/EX1.5/Ex1_5.sce')
-rw-r--r--3875/CH1/EX1.5/Ex1_5.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/3875/CH1/EX1.5/Ex1_5.sce b/3875/CH1/EX1.5/Ex1_5.sce
index 95bf614ca..e40506873 100644
--- a/3875/CH1/EX1.5/Ex1_5.sce
+++ b/3875/CH1/EX1.5/Ex1_5.sce
@@ -14,4 +14,4 @@ L_omega=L*omega //in ohm
C=1/((L_omega-R)*omega)
mprintf("Resistance is = %d ohm\n",R) //The answers vary due to round off error
-mprintf("Capacitance is = %2.2e F\n",C)
+mprintf("Capacitance is = %2.1f mF\n",C/10^-6) //converting from F to mF dividing by 10^-6