diff options
Diffstat (limited to '3875/CH1/EX1.9/Ex1_9.sce')
-rw-r--r-- | 3875/CH1/EX1.9/Ex1_9.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3875/CH1/EX1.9/Ex1_9.sce b/3875/CH1/EX1.9/Ex1_9.sce index 7ac8c7fff..dab401ed1 100644 --- a/3875/CH1/EX1.9/Ex1_9.sce +++ b/3875/CH1/EX1.9/Ex1_9.sce @@ -11,7 +11,7 @@ inductance_l=2*%pi*f*L //in ohm Z=sqrt(R^2+inductance_l^2) //in ohm
C=L/Z^2
-mprintf("\n(a) The capacitance of the circuit is %0.0e F\n",C)
+mprintf("\n(a) The capacitance of the circuit is %d microF\n",C/10^-6) //converting from F to mF dividing by 10^-6
//for(b)
|