diff options
Diffstat (limited to '1826/CH10/EX10.30/ex10_30.sce')
-rwxr-xr-x | 1826/CH10/EX10.30/ex10_30.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1826/CH10/EX10.30/ex10_30.sce b/1826/CH10/EX10.30/ex10_30.sce new file mode 100755 index 000000000..29666e34a --- /dev/null +++ b/1826/CH10/EX10.30/ex10_30.sce @@ -0,0 +1,10 @@ +// Example 10.30, page no-288
+clear
+clc
+rho=1.54*10^-8//ohm-m
+E=100//V/m
+ni=5.8*10^28//m^3
+e=1.6*10^-19//C
+mu=1/(rho*ni*e)
+vd=mu*E
+printf("The mobility of electrons in silver is %.4f*10^-3 m^2/V-s\nThe drift velocity id %.5f m/s",mu*10^3,vd)
|