summaryrefslogtreecommitdiff
path: root/1733/CH2/EX2.35/2_35.sce
diff options
context:
space:
mode:
Diffstat (limited to '1733/CH2/EX2.35/2_35.sce')
-rwxr-xr-x1733/CH2/EX2.35/2_35.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1733/CH2/EX2.35/2_35.sce b/1733/CH2/EX2.35/2_35.sce
new file mode 100755
index 000000000..35a3b7efc
--- /dev/null
+++ b/1733/CH2/EX2.35/2_35.sce
@@ -0,0 +1,8 @@
+//2.35
+clc;
+Vm=400*2^0.5/3^0.5;
+f=50;
+w=2*%pi*f;
+ir=42;
+L=3*Vm/(w*ir)*(sind(120-30)-sind(0))
+printf("Inductance= %.3f H", L) \ No newline at end of file