summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.17
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH3/EX3.17')
-rwxr-xr-x2234/CH3/EX3.17/ex3_17.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/2234/CH3/EX3.17/ex3_17.sce b/2234/CH3/EX3.17/ex3_17.sce
new file mode 100755
index 000000000..8d918484f
--- /dev/null
+++ b/2234/CH3/EX3.17/ex3_17.sce
@@ -0,0 +1,5 @@
+clc;
+vpp=25; //peak to peak voltage in volt
+vp=vpp/2; //calculating peak value in volt
+rms=vp/sqrt(2); //calculating rms value
+disp(rms,"Rms value in volt = "); //displaying result \ No newline at end of file