summaryrefslogtreecommitdiff
path: root/371/CH5/EX5.3/5_3.sci
diff options
context:
space:
mode:
Diffstat (limited to '371/CH5/EX5.3/5_3.sci')
-rwxr-xr-x371/CH5/EX5.3/5_3.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/371/CH5/EX5.3/5_3.sci b/371/CH5/EX5.3/5_3.sci
new file mode 100755
index 000000000..5fb2f1cb5
--- /dev/null
+++ b/371/CH5/EX5.3/5_3.sci
@@ -0,0 +1,9 @@
+//Line commuted Converters//
+//Example 5.3//
+E2=415;//input voltage in volts//
+Edc=1.17*E2;//dc terminal voltage in volts//
+Emax2=sqrt(2)*E2;//maximum value of dc voltage//
+Z=2;//total impedance in ohms//
+printf('maximum value of dc voltage=Emax2=%fvolts',Emax2);
+Irms=Emax2*sqrt(%pi/3+sqrt(3)/4)/(2*%pi*Z);
+printf('\nrms current through the device=Irms=%famps',Irms); \ No newline at end of file