diff options
Diffstat (limited to '3769/CH4/EX4.24')
-rw-r--r-- | 3769/CH4/EX4.24/Ex4_24.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3769/CH4/EX4.24/Ex4_24.sce b/3769/CH4/EX4.24/Ex4_24.sce index b879f39ee..a387f0f39 100644 --- a/3769/CH4/EX4.24/Ex4_24.sce +++ b/3769/CH4/EX4.24/Ex4_24.sce @@ -1,3 +1,4 @@ + clear //Given K=5 @@ -13,4 +14,4 @@ C=(K*l*c)/(41.1*log10(b/a)) //Result printf("\n (i) The capacitance of cylindrical capacitor is %0.1f *10**-9 F",C*10**9) -printf("\n (ii) The potential of the inner cylinder is equal to p.d. between two cylinders i.e potentila of inner cylinder is %0.3f V",pd) +printf("\n (ii) The potential of the inner cylinder is equal to p.d. between two cylinders i.e potential of inner cylinder is %0.3f V",pd) |