summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.13/Ex12_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH12/EX12.13/Ex12_13.sce')
-rw-r--r--3769/CH12/EX12.13/Ex12_13.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH12/EX12.13/Ex12_13.sce b/3769/CH12/EX12.13/Ex12_13.sce
new file mode 100644
index 000000000..88763a4ef
--- /dev/null
+++ b/3769/CH12/EX12.13/Ex12_13.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+R=1 //m
+B=1
+f=50
+
+//Calculation
+//
+e=%pi*R**2*B*f
+
+//Result
+printf("\n e.m.f between the centre and the matallic ring is %0.1f V",e)