summaryrefslogtreecommitdiff
path: root/2075/CH3/EX3.5/pe3_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '2075/CH3/EX3.5/pe3_5.sce')
-rwxr-xr-x2075/CH3/EX3.5/pe3_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2075/CH3/EX3.5/pe3_5.sce b/2075/CH3/EX3.5/pe3_5.sce
new file mode 100755
index 000000000..deee48009
--- /dev/null
+++ b/2075/CH3/EX3.5/pe3_5.sce
@@ -0,0 +1,9 @@
+//example 3.5
+clc; funcprot(0);
+// Initialization of Variable
+Vp=15;
+Cd=.35;
+f=100000;
+V=Vp*Cd^.5;
+disp(V,"rms voltage in V")
+clear()