summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.1/Ex9_1.sce
blob: c09f4210b6d4561605bb866138e7e96b1adfaddb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clear
//Given
V=90                          //V
d=2.0*10**-2
e=1.8*10**11
x=5*10**-2
v=10**7

//Calculation
E=V/d
a=e*E
t=x/v
y=0.5*a*t**2

//Result
printf("\n Transverse deflection produced by electric field is %0.1f  cm",y*10**2)