summaryrefslogtreecommitdiff
path: root/1094/CH3/EX3.3.1/EX3_3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1094/CH3/EX3.3.1/EX3_3_1.sce')
-rw-r--r--1094/CH3/EX3.3.1/EX3_3_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1094/CH3/EX3.3.1/EX3_3_1.sce b/1094/CH3/EX3.3.1/EX3_3_1.sce
new file mode 100644
index 000000000..c2fd558a2
--- /dev/null
+++ b/1094/CH3/EX3.3.1/EX3_3_1.sce
@@ -0,0 +1,9 @@
+//EXA.3.3.1
+clc;
+clear;
+close;
+H=2000 //magnetic field intensity(in A/m)
+N=500 //no. of turns
+l=.08*%pi //length of ring (in m)
+I=H*l/N
+disp(I,'required current(in A)=') \ No newline at end of file