diff options
Diffstat (limited to '1826/CH10/EX10.24/ex10_24.sce')
-rwxr-xr-x | 1826/CH10/EX10.24/ex10_24.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1826/CH10/EX10.24/ex10_24.sce b/1826/CH10/EX10.24/ex10_24.sce new file mode 100755 index 000000000..f8123a639 --- /dev/null +++ b/1826/CH10/EX10.24/ex10_24.sce @@ -0,0 +1,9 @@ +// Example 10.24, page no-284
+clear
+clc
+rho=1.54*10^-8//Ohm-m
+ni=5.8*10^28//per m^3
+m=9.1*10^-31//kg
+e=1.6*10^-19//C
+tau=m/(rho*ni*(e^2))
+printf("The relaxation time of electrons in metal is %.2f*10^-14 s",tau*10^14)
|