diff options
Diffstat (limited to '2288/CH2/EX2.20.2/ex2_20_2.sce')
-rwxr-xr-x | 2288/CH2/EX2.20.2/ex2_20_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2288/CH2/EX2.20.2/ex2_20_2.sce b/2288/CH2/EX2.20.2/ex2_20_2.sce new file mode 100755 index 000000000..6eaf47327 --- /dev/null +++ b/2288/CH2/EX2.20.2/ex2_20_2.sce @@ -0,0 +1,11 @@ +//Exa 2.20.2
+clc;
+clear;
+close;
+// Given data
+B = 0.48;// in wb/m^2
+R_H = 3.55 * 10^-4;// in m^3/c
+Rho = 0.00912;// in ohm-m
+Sigma = 1/Rho;// in (ohm-m)^-1
+theta_H = atand( Sigma * B * R_H);// in degree
+disp(theta_H,"The hall angle for a hall coefficient in degree is");
|