diff options
Diffstat (limited to '3769/CH3/EX3.29/Ex3_29.sce')
-rw-r--r-- | 3769/CH3/EX3.29/Ex3_29.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3769/CH3/EX3.29/Ex3_29.sce b/3769/CH3/EX3.29/Ex3_29.sce new file mode 100644 index 000000000..e952a1598 --- /dev/null +++ b/3769/CH3/EX3.29/Ex3_29.sce @@ -0,0 +1,9 @@ +clear +//Given +E=9*10**4 //N/C +r=2*10**-2 //m +m=9*10**9 + +//Calculation +a=r*E/(2.0*m) +printf("\n Linear charge density is %0.3f Cm-1", a) |