diff options
Diffstat (limited to '3769/CH26/EX26.11')
-rw-r--r-- | 3769/CH26/EX26.11/Ex26_11.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH26/EX26.11/Ex26_11.sce b/3769/CH26/EX26.11/Ex26_11.sce new file mode 100644 index 000000000..7df3e574e --- /dev/null +++ b/3769/CH26/EX26.11/Ex26_11.sce @@ -0,0 +1,10 @@ +clear +//Given +d=4.0*10*-8 //m + +//Calculation +a=2/1.6*10**-19 +E=-a/d + +//Result +printf("\n Electric field is %0.0f *10**7 V/m",E*10**22) |