diff options
Diffstat (limited to '1301/CH13/EX13.5/ex13_5.sce')
-rwxr-xr-x | 1301/CH13/EX13.5/ex13_5.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH13/EX13.5/ex13_5.sce b/1301/CH13/EX13.5/ex13_5.sce new file mode 100755 index 000000000..73a6df5a3 --- /dev/null +++ b/1301/CH13/EX13.5/ex13_5.sce @@ -0,0 +1,5 @@ +clc;
+e=1.6*10^-19; //charge on an electron in coulomb
+i=1; //current in Ampere
+n=i/e; //calculating no of electrons/sec
+disp(n,"No. of electrons flowing per second = "); //displaying result
\ No newline at end of file |