diff options
Diffstat (limited to '1094/CH3/EX3.8.1/EX3_8_1.sce')
-rw-r--r-- | 1094/CH3/EX3.8.1/EX3_8_1.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1094/CH3/EX3.8.1/EX3_8_1.sce b/1094/CH3/EX3.8.1/EX3_8_1.sce new file mode 100644 index 000000000..686f8b4cb --- /dev/null +++ b/1094/CH3/EX3.8.1/EX3_8_1.sce @@ -0,0 +1,15 @@ +//EXA:3.8.1
+clc;
+clear;
+close;
+//Refers to figure 3.8.8
+l_g=1*10^(-3) //length (in m)
+phy_g=1.1*5*10^(-4) //(in mWb)
+phy_l=0.1 //(in mWb)
+phy=(phy_g)+(phy_l)
+B_g=1.1 //flux density (in T)
+
+H_g=(B_g)/u_0
+F_g=(H_g)*l_g
+//from B-H curve of figure 3.4.2
+F_12=H_1*
\ No newline at end of file |