diff options
Diffstat (limited to '3769/CH5/EX5.6/Ex5_6.sce')
-rw-r--r-- | 3769/CH5/EX5.6/Ex5_6.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH5/EX5.6/Ex5_6.sce b/3769/CH5/EX5.6/Ex5_6.sce new file mode 100644 index 000000000..bacf3d468 --- /dev/null +++ b/3769/CH5/EX5.6/Ex5_6.sce @@ -0,0 +1,14 @@ +clear +//Given +I=10 //A +A=4*10**-6 //m**2 +e=1.6*10**-19 //C +n=8*10**28 //m**-3 +l=4 + +//Calculation +Vd=I/(n*A*e) +t=l/Vd + +//Result +printf("\n Time required by an electron is %0.3f *10**4 S", t*10**-4) |