summaryrefslogtreecommitdiff
path: root/1319/CH13/EX13.6/ii_6.sce
blob: e518c8f7a6e492d03b4140a51193fa69c1def9d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Force on the conductor due to a uniform magentic field
clc;
clear;

l=0.5;
B=0.12;
I=15;

F=B*I*l;

disp('N',F,'The Force on the conductor =')