diff options
Diffstat (limited to '1319/CH13/EX13.6/ii_6.sce')
-rw-r--r-- | 1319/CH13/EX13.6/ii_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1319/CH13/EX13.6/ii_6.sce b/1319/CH13/EX13.6/ii_6.sce new file mode 100644 index 000000000..e518c8f7a --- /dev/null +++ b/1319/CH13/EX13.6/ii_6.sce @@ -0,0 +1,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 =')
|