summaryrefslogtreecommitdiff
path: root/2234/CH3/EX3.18
diff options
context:
space:
mode:
Diffstat (limited to '2234/CH3/EX3.18')
-rwxr-xr-x2234/CH3/EX3.18/ex3_18.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/2234/CH3/EX3.18/ex3_18.sce b/2234/CH3/EX3.18/ex3_18.sce
new file mode 100755
index 000000000..b15e6497a
--- /dev/null
+++ b/2234/CH3/EX3.18/ex3_18.sce
@@ -0,0 +1,4 @@
+clc;
+v=118; //voltage in volt
+vp=v*sqrt(2); //calculating peak voltage
+disp(vp,"Peak voltage in volt = "); //displaying result \ No newline at end of file