diff options
Diffstat (limited to '3769/CH3/EX3.12/Ex3_12.sce')
-rw-r--r-- | 3769/CH3/EX3.12/Ex3_12.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH3/EX3.12/Ex3_12.sce b/3769/CH3/EX3.12/Ex3_12.sce new file mode 100644 index 000000000..e9216d814 --- /dev/null +++ b/3769/CH3/EX3.12/Ex3_12.sce @@ -0,0 +1,13 @@ +clear +//Given +q=1.6*10**-19 //C +V=3000 //V +r=5*10**-2 //m +g=9.8 + +//Calculation +E=V/r +m=q*E/g + +//Result +printf("\n The mass of the particle is %0.1f *10**-16 Kg",m*10**16) |