diff options
Diffstat (limited to '3665/CH11/EX11.1/Ex11_1.sce')
-rw-r--r-- | 3665/CH11/EX11.1/Ex11_1.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3665/CH11/EX11.1/Ex11_1.sce b/3665/CH11/EX11.1/Ex11_1.sce new file mode 100644 index 000000000..0cb889a05 --- /dev/null +++ b/3665/CH11/EX11.1/Ex11_1.sce @@ -0,0 +1,15 @@ +clc//
+//
+//
+
+//Variable declaration
+M=1.4; //magnetic field(T)
+H=6.5*10^-4; //magnetic field(T)
+
+//Calculation
+chi=M/H;
+mew_r=1+chi; //relative permeability of iron
+
+//Result
+printf("\n relative permeability of iron is %0.3f ",mew_r)
+printf("\n answer given in the book is wrong")
|