summaryrefslogtreecommitdiff
path: root/1730/CH3/EX3.20/Exa3_20.sce
blob: 0f2d0baccfae829cb9bbbbd5c1901f1b4c112dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
//Exa3.20
clc;
clear;
close;
// given data
B=0.48;// in Wb/m^2
R_H=3.55*10^-4;// in m^3/C
Resistivity=.00912;// in ohm
sigma=1/Resistivity;
theta_H=atand(sigma*B*R_H);
disp("Hall angle is : "+string(theta_H)+" degree")