summaryrefslogtreecommitdiff
path: root/1826/CH19/EX19.4/ex19_4.sce
blob: 7ee61feb4fa92ee1b8c5d1c5c8088eeb675a8294 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Example 19.4, page no-543
clear
clc

H=1800//A/m
fi=3*10^-5//Wb
A=0.2*10^-4//m^2

B=fi/A
mu=B/H
printf("\nThe magnetic flux is %.1f Wb/m^2\nThe permeability is %.3f*10^-4 H/m",B,mu*10^4)