summaryrefslogtreecommitdiff
path: root/2231/CH4/EX4.13/Ex_4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '2231/CH4/EX4.13/Ex_4_13.sce')
-rwxr-xr-x2231/CH4/EX4.13/Ex_4_13.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2231/CH4/EX4.13/Ex_4_13.sce b/2231/CH4/EX4.13/Ex_4_13.sce
new file mode 100755
index 000000000..860b55d3a
--- /dev/null
+++ b/2231/CH4/EX4.13/Ex_4_13.sce
@@ -0,0 +1,14 @@
+//Example 4_13
+clc;
+clear;close;
+
+//Given data:
+V=500;//V
+I=10;//A
+f=400;//Hz
+
+//Solution :
+alfa=0.5;//for maximum swing
+//I=V/(4*f*L);//A
+L=V/(4*f*I);//H
+disp(L,"Series inductance(H)");