diff options
Diffstat (limited to '1784/CH31/EX31.4')
-rwxr-xr-x | 1784/CH31/EX31.4/example4.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1784/CH31/EX31.4/example4.sce b/1784/CH31/EX31.4/example4.sce new file mode 100755 index 000000000..cb048e719 --- /dev/null +++ b/1784/CH31/EX31.4/example4.sce @@ -0,0 +1,13 @@ +//chapter 31
+//example4
+clc
+//given
+m=9.1*10^-31 //in kg
+n=8.4*10^28 //in m-1
+e=1.6*10^-19 //in coul
+p=1.7*10^-8 //in ohm-m
+v=1.6*10^8 //in cm/sec
+T=2*m/(n*p*e^2)
+disp(T,"(a) Mean time b/w collisions in sec is")
+Lambda=T*v
+disp(Lambda,"(b) Mean free path in cm is")
|