summaryrefslogtreecommitdiff
path: root/3850/CH37/EX37.3/Ex37_3.sce
blob: 69190e77546c252aaf0126880383415f53b62b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

//To Calculate the percentage increase in Magnetic Field

//Example 37.3

clear;

clc;

X=2.1*10^-5;//Susceptibility of Aluminium

Bin=X*100;//Percentage increase in Magnetic Field

printf("Percentage increase in the Magnetic Field = %.1f*10^-3",Bin*10^3);