diff options
Diffstat (limited to '3840/CH7/EX7.10/Ex7_10.sce')
-rw-r--r-- | 3840/CH7/EX7.10/Ex7_10.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3840/CH7/EX7.10/Ex7_10.sce b/3840/CH7/EX7.10/Ex7_10.sce new file mode 100644 index 000000000..caa949d42 --- /dev/null +++ b/3840/CH7/EX7.10/Ex7_10.sce @@ -0,0 +1,13 @@ +clear +// +// +// + +//Variable declaration +B0=6.5*10**-4 //magnetic field(Tesla) +B=1.4 //magnetic field(Tesla) + +//Calculation +mewr=B/B0 //relative permeability of iron + +//Result |