diff options
Diffstat (limited to '3769/CH2/EX2.12/Ex2_12.sce')
-rw-r--r-- | 3769/CH2/EX2.12/Ex2_12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH2/EX2.12/Ex2_12.sce b/3769/CH2/EX2.12/Ex2_12.sce new file mode 100644 index 000000000..ac6787be4 --- /dev/null +++ b/3769/CH2/EX2.12/Ex2_12.sce @@ -0,0 +1,13 @@ +clear +//Given +q=20*10**-6 +a=10**-2 +m=9*10**9 +r=0.1 + +//Calculation +p=q*a +E=m*2*p/r**3 + +//Result +printf("\n Electric field intensity is %0.3f *10**5 N/C", E*10**-5) |