diff options
Diffstat (limited to '3769/CH9/EX9.1/Ex9_1.sce')
-rw-r--r-- | 3769/CH9/EX9.1/Ex9_1.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH9/EX9.1/Ex9_1.sce b/3769/CH9/EX9.1/Ex9_1.sce new file mode 100644 index 000000000..c09f4210b --- /dev/null +++ b/3769/CH9/EX9.1/Ex9_1.sce @@ -0,0 +1,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) |