summaryrefslogtreecommitdiff
path: root/2123/CH6/EX6.17
diff options
context:
space:
mode:
Diffstat (limited to '2123/CH6/EX6.17')
-rwxr-xr-x2123/CH6/EX6.17/Exa_6_17.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2123/CH6/EX6.17/Exa_6_17.sce b/2123/CH6/EX6.17/Exa_6_17.sce
new file mode 100755
index 000000000..40514186d
--- /dev/null
+++ b/2123/CH6/EX6.17/Exa_6_17.sce
@@ -0,0 +1,11 @@
+//Example No. 6.17
+clc;
+clear;
+close;
+format('v',7);
+
+//Given Data :
+Vrms=415;//volt
+f=50;//Hz
+Vdc=Vrms/sqrt(1/%pi*integrate('1','t',0,2*%pi/3));
+disp(Vdc,"Value of Vdc in Volts : ");