diff options
Diffstat (limited to '2075/CH3/EX3.7')
-rwxr-xr-x | 2075/CH3/EX3.7/pe3_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2075/CH3/EX3.7/pe3_7.sce b/2075/CH3/EX3.7/pe3_7.sce new file mode 100755 index 000000000..f08aafa74 --- /dev/null +++ b/2075/CH3/EX3.7/pe3_7.sce @@ -0,0 +1,8 @@ +//example 3.7
+clc; funcprot(0);
+// Initialization of Variable
+Vp=170;
+f=60;
+Vr=Vp/2;
+disp(Vr,"rms voltage in V")
+clear()
|