diff options
Diffstat (limited to '3651/CH4/EX4.7/7.sce')
-rw-r--r-- | 3651/CH4/EX4.7/7.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3651/CH4/EX4.7/7.sce b/3651/CH4/EX4.7/7.sce new file mode 100644 index 000000000..d0dfb5c12 --- /dev/null +++ b/3651/CH4/EX4.7/7.sce @@ -0,0 +1,11 @@ +//Variable declaration
+n=8.5*10**28
+e=1.602*10**-19
+t=2*10**-14
+m=9.1*10**-31
+
+//Calculations
+Tc=n*(e**2)*t/m
+
+//Result
+printf('The mean free collision time =%0.3f *10**7 ohm**-1 m**-1 \n ',(Tc/10**7))
\ No newline at end of file |