summaryrefslogtreecommitdiff
path: root/2288/CH2/EX2.20.2
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2288/CH2/EX2.20.2
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '2288/CH2/EX2.20.2')
-rwxr-xr-x2288/CH2/EX2.20.2/ex2_20_2.sce11
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");