From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2123/CH6/EX6.17/Exa_6_17.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2123/CH6/EX6.17/Exa_6_17.sce (limited to '2123/CH6/EX6.17/Exa_6_17.sce') 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 : "); -- cgit