diff options
Diffstat (limited to '3768/CH8/EX8.3/Ex8_3.sce')
-rw-r--r-- | 3768/CH8/EX8.3/Ex8_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3768/CH8/EX8.3/Ex8_3.sce b/3768/CH8/EX8.3/Ex8_3.sce new file mode 100644 index 000000000..f5f44ebfd --- /dev/null +++ b/3768/CH8/EX8.3/Ex8_3.sce @@ -0,0 +1,12 @@ +//Example number 8.3, Page number 170 + +clc;clear; +close; + +//Variable declaration +H=220; //magnetic field intensity(amp/m) +I=3300; //magnetisation(amp/m) +//Calculation +mewr=1+(I/H); //relative permeability +//Result +printf("relative permeability is %d",mewr) |