summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.14/Ex12_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH12/EX12.14/Ex12_14.sce')
-rw-r--r--3769/CH12/EX12.14/Ex12_14.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH12/EX12.14/Ex12_14.sce b/3769/CH12/EX12.14/Ex12_14.sce
new file mode 100644
index 000000000..f0042607f
--- /dev/null
+++ b/3769/CH12/EX12.14/Ex12_14.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+N=500
+a=1.4*10**-4 //Wb
+l=2.5 //A
+
+//Calculation
+L=(N*a)/l
+
+//Result
+printf("\n Inductance of the coil is %0.3f mH", L*10**3)