summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.14/Ex13_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.14/Ex13_14.sce')
-rw-r--r--3769/CH13/EX13.14/Ex13_14.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH13/EX13.14/Ex13_14.sce b/3769/CH13/EX13.14/Ex13_14.sce
new file mode 100644
index 000000000..d5e73f3f8
--- /dev/null
+++ b/3769/CH13/EX13.14/Ex13_14.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+Ev=200 //V
+I0=0.9 //A
+f=50 //Hz
+
+//Calculation
+//
+E0=sqrt(2)*Ev
+Xl=E0/I0
+L=Xl/(2*%pi*f)
+
+//Result
+printf("\n The value of inductance is %0.0f H",L)