summaryrefslogtreecommitdiff
path: root/3769/CH10/EX10.11/Ex10_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH10/EX10.11/Ex10_11.sce')
-rw-r--r--3769/CH10/EX10.11/Ex10_11.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH10/EX10.11/Ex10_11.sce b/3769/CH10/EX10.11/Ex10_11.sce
new file mode 100644
index 000000000..61e59e77f
--- /dev/null
+++ b/3769/CH10/EX10.11/Ex10_11.sce
@@ -0,0 +1,15 @@
+clear
+//Given
+n=100
+I=0.1 //A
+r=0.05
+B=1.5 //T
+
+//Calculation
+//
+M=n*I*%pi*r**2
+W=2*M*B
+
+//Result
+printf("\n Magnitude of the coil is %0.4f Am**2",M)
+printf("\n Workdone is %0.4f J",W)