diff options
Diffstat (limited to '3769/CH3/EX3.24/Ex3_24.sce')
-rw-r--r-- | 3769/CH3/EX3.24/Ex3_24.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH3/EX3.24/Ex3_24.sce b/3769/CH3/EX3.24/Ex3_24.sce new file mode 100644 index 000000000..3ef6ff585 --- /dev/null +++ b/3769/CH3/EX3.24/Ex3_24.sce @@ -0,0 +1,13 @@ +clear +//Given +r=0.2 +m=9*10**9 +b=50 + +// +E=250*r +a=E*4*%pi*r**2 +q=b*r**2/m + +//Result +printf("\n Charge contained in a sphere is %0.2f *10**-10 C",q*10**10) |