summaryrefslogtreecommitdiff
path: root/3769/CH11/EX11.3/Ex11_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH11/EX11.3/Ex11_3.sce')
-rw-r--r--3769/CH11/EX11.3/Ex11_3.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH11/EX11.3/Ex11_3.sce b/3769/CH11/EX11.3/Ex11_3.sce
new file mode 100644
index 000000000..0fef6c007
--- /dev/null
+++ b/3769/CH11/EX11.3/Ex11_3.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+r1=11
+r2=12
+B=2.5 //T
+a=3000
+I=0.70 //A
+
+//Calculation
+//
+r=((r1+r2)/2.0)*10**-2
+n=a/(2*%pi*r)
+ur=B*2*%pi*r/(4*%pi*10**-7*a*I)
+
+//Result
+printf("\n Relative permeability is %0.1f ",ur)