summaryrefslogtreecommitdiff
path: root/3768/CH8/EX8.3/Ex8_3.sce
blob: f5f44ebfdce575cfc2feb6bd9ab0bd4e6ac01ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)