summaryrefslogtreecommitdiff
path: root/3769/CH13/EX13.13/Ex13_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH13/EX13.13/Ex13_13.sce')
-rw-r--r--3769/CH13/EX13.13/Ex13_13.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3769/CH13/EX13.13/Ex13_13.sce b/3769/CH13/EX13.13/Ex13_13.sce
new file mode 100644
index 000000000..830ded78d
--- /dev/null
+++ b/3769/CH13/EX13.13/Ex13_13.sce
@@ -0,0 +1,16 @@
+clear
+//Given
+f=50 //Hz
+L=2
+Ev=12 //V
+L1=6
+
+//Calculation
+//
+Xl=2*%pi*f*L
+Iv=Ev/Xl
+Xl1=2*%pi*f*L1
+Iv1=Ev/Xl1
+
+//Result
+printf("\n Current flows when the inductance is changed to 6 H %0.4f A",Iv1)