diff options
Diffstat (limited to '1529/CH7/EX7.4')
-rwxr-xr-x | 1529/CH7/EX7.4/7_04.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1529/CH7/EX7.4/7_04.sce b/1529/CH7/EX7.4/7_04.sce new file mode 100755 index 000000000..c175f8dc8 --- /dev/null +++ b/1529/CH7/EX7.4/7_04.sce @@ -0,0 +1,7 @@ +//Chapter 7, Problem 4
+clc;
+B=1.2; //Magnetic flux density
+H=1250; //Magnetic field strength
+uo=4*%pi*10^-7; //permeability of free space
+ur=B/(uo*H); //Calculating relative permeability
+printf("Relative permeability = %f",ur);
|