summaryrefslogtreecommitdiff
path: root/3769/CH10/EX10.27/Ex10_27.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH10/EX10.27/Ex10_27.sce')
-rw-r--r--3769/CH10/EX10.27/Ex10_27.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH10/EX10.27/Ex10_27.sce b/3769/CH10/EX10.27/Ex10_27.sce
new file mode 100644
index 000000000..f2e8f39a8
--- /dev/null
+++ b/3769/CH10/EX10.27/Ex10_27.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+r=7*10**-2 //m
+H=2*10**-5 //T
+n=50
+u=4*%pi*10**-7
+//calculation
+//
+l=(2*r*H*tan(45*180/3.14))/u*n
+
+//Result
+printf("\n Value of current is %0.3f A",l*10**-3)