summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.5/Ex11_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH11/EX11.5/Ex11_5.sce')
-rw-r--r--3769/CH11/EX11.5/Ex11_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH11/EX11.5/Ex11_5.sce b/3769/CH11/EX11.5/Ex11_5.sce
new file mode 100644
index 000000000..e0f763910
--- /dev/null
+++ b/3769/CH11/EX11.5/Ex11_5.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+B=0.6
+H=360.0
+
+//Calculation
+u=B/H
+x=(u-1*4*%pi*10**-7)/(4.0*%pi*10**-7)
+
+//Result
+printf("\n (i) Permeability is %0.2f *10**-3 T/A m",u*10**3)
+printf("\n (ii) Susceptibility of the material is %0.0f ",x)