diff options
Diffstat (limited to '3769/CH4/EX4.2/Ex4_2.sce')
-rw-r--r-- | 3769/CH4/EX4.2/Ex4_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH4/EX4.2/Ex4_2.sce b/3769/CH4/EX4.2/Ex4_2.sce new file mode 100644 index 000000000..eb62c86fb --- /dev/null +++ b/3769/CH4/EX4.2/Ex4_2.sce @@ -0,0 +1,13 @@ +clear +//Given +m=9*10**9 +c=50*10**-12 +V=10**4 + +//Calculation +r=(m*c)*10**2 +q=(c*V) + +//Result +printf("\n (i) Radius of a isolated sphere is %0.3f cm",r) +printf("\n (ii) Charge of a isolated sphere is %0.3f micro C", q*10**6) |