diff options
Diffstat (limited to '3769/CH4')
-rw-r--r-- | 3769/CH4/EX4.24/Ex4_24.sce | 3 | ||||
-rw-r--r-- | 3769/CH4/EX4.35/Ex4_35.sce | 3 |
2 files changed, 4 insertions, 2 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) diff --git a/3769/CH4/EX4.35/Ex4_35.sce b/3769/CH4/EX4.35/Ex4_35.sce index d3bf46369..3628db3da 100644 --- a/3769/CH4/EX4.35/Ex4_35.sce +++ b/3769/CH4/EX4.35/Ex4_35.sce @@ -1,3 +1,4 @@ + clear //Given d=5 @@ -8,4 +9,4 @@ K=3.0 D=d+(t-t/K) //Result -printf("\n New seperaion between the plates are %0.2f mm",D) +printf("\n New separation between the plates are %0.2f mm",D) |