summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.23/Ex3_23.sce
blob: 7ccabc3db15ea887c9568fe2113cc498cecb5711 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
E0=2*10**3                    //N/C
S=0.2

//Calculation
a=(3/5.0)*E0*S

//Result
printf("\n Electric flux of the field is  %0.3f  Nm**2C-1", a)