summaryrefslogtreecommitdiff
path: root/1733/CH3/EX3.15/3_15.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1733/CH3/EX3.15/3_15.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1733/CH3/EX3.15/3_15.sce')
-rwxr-xr-x1733/CH3/EX3.15/3_15.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1733/CH3/EX3.15/3_15.sce b/1733/CH3/EX3.15/3_15.sce
new file mode 100755
index 000000000..1d4eeec79
--- /dev/null
+++ b/1733/CH3/EX3.15/3_15.sce
@@ -0,0 +1,5 @@
+//3.15
+clc;
+Vdc=150;
+VL=Vdc*(20/180+60/180+20/180)^0.5;
+printf("RMS value of the output voltage = %.2f V", VL) \ No newline at end of file