diff options
Diffstat (limited to '1094/CH3/EX3.2.1')
-rw-r--r-- | 1094/CH3/EX3.2.1/EX3_2_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1094/CH3/EX3.2.1/EX3_2_1.sce b/1094/CH3/EX3.2.1/EX3_2_1.sce new file mode 100644 index 000000000..7c7c6780e --- /dev/null +++ b/1094/CH3/EX3.2.1/EX3_2_1.sce @@ -0,0 +1,11 @@ +//EXA.3.2.1
+clc;
+clear;
+close;
+//refer to figure3.2.2
+theta=30 //angle of inclination
+B=.8 //magnetic field (in T)
+I=10 //current (in A)
+L=2 //length of conductor(in m)
+F=B*I*L*sind(theta)
+disp(F, 'force on conductor (in N)=')
\ No newline at end of file |