summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.11/Ex26_11.sce
blob: 7df3e574efc6a083877018bf56361e9540b19754 (plain)
1
2
3
4
5
6
7
8
9
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)