summaryrefslogtreecommitdiff
path: root/1301/CH13/EX13.5/ex13_5.sce
blob: 73a6df5a3dba01408f752b26905880e6cc89c72b (plain)
1
2
3
4
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