summaryrefslogtreecommitdiff
path: root/3769/CH3/EX3.32/Ex3_32.sce
blob: 9810c9530166ef503256eadb558fbf2d19f0ba4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
e=8.854*10**-12
A=0.5
F=1.8*10**-12                   //N
E=1.6*10**-19

//Calculation
q=(2*e*A**2*F)/E

//Result
printf("\n Total charge on the sheet is  %0.0f  micro C",q*10**6)