diff options
Diffstat (limited to '2234/CH4/EX4.5/ex4_5.sce')
-rwxr-xr-x | 2234/CH4/EX4.5/ex4_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2234/CH4/EX4.5/ex4_5.sce b/2234/CH4/EX4.5/ex4_5.sce new file mode 100755 index 000000000..39ac0cfcb --- /dev/null +++ b/2234/CH4/EX4.5/ex4_5.sce @@ -0,0 +1,8 @@ +clc;
+m=9*10^-31; //mass of electron in kg
+q=-3.2*10^-7; //charge in C
+e=-1.6*10^-19; //charge on electron in C
+n=(q/e); //calculating n
+M=n*m; //calculating mass transfered
+disp(n,"no. of electrons = "); //displaying result
+disp(M,"Mass transfered to polythene in kg = "); //displaying result
\ No newline at end of file |