diff options
Diffstat (limited to '2198/CH1/EX1.15.1/Ex1_15_1.sce')
-rwxr-xr-x | 2198/CH1/EX1.15.1/Ex1_15_1.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/2198/CH1/EX1.15.1/Ex1_15_1.sce b/2198/CH1/EX1.15.1/Ex1_15_1.sce new file mode 100755 index 000000000..86eb7b415 --- /dev/null +++ b/2198/CH1/EX1.15.1/Ex1_15_1.sce @@ -0,0 +1,15 @@ +//Ex 1.15.1
+clc;clear;close;
+format('v',9);
+
+//Given :
+ND=10^13;//per cm^3
+Bz=0.2;//Wb/m^2
+d=5;//mm
+E=5;//V/cm
+q=1.6*10^-19;//Coulomb
+mu_n=1300;//cm^2/V-s
+rho=ND*q;//Coulomb/cm^3
+J=rho*mu_n*E;//A/cm^2
+VH=Bz*10^-4*J*d*10^-1/rho;//V
+disp(VH*10^3,"Magnitude of hall voltage(mV) : ");
|