From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2780/CH10/EX10.3/Ex10_3.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2780/CH10/EX10.3/Ex10_3.sce (limited to '2780/CH10/EX10.3') diff --git a/2780/CH10/EX10.3/Ex10_3.sce b/2780/CH10/EX10.3/Ex10_3.sce new file mode 100755 index 000000000..9b44c4799 --- /dev/null +++ b/2780/CH10/EX10.3/Ex10_3.sce @@ -0,0 +1,11 @@ +clc +//to calculate magnetic moment of the rod +//formula is B=muo*(H+I) +//where H=ni +n=500 //number of turns in turns/m +i=0.5 //current passed through the solenoid in A +mur=1200 //relative permeability +I=(mur-1)*n*i //intensity of magnetisation in A/m +V=10^-3 //volume in m^3 +M=I*V +disp("the magnetic moment of the rod is M="+string(M)+"A-m^2") -- cgit