diff options
Diffstat (limited to '2498/CH2/EX2.25/ex2_25.sce')
-rwxr-xr-x | 2498/CH2/EX2.25/ex2_25.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2498/CH2/EX2.25/ex2_25.sce b/2498/CH2/EX2.25/ex2_25.sce new file mode 100755 index 000000000..587ea7ea9 --- /dev/null +++ b/2498/CH2/EX2.25/ex2_25.sce @@ -0,0 +1,10 @@ +// Exa 2.25
+clc;
+clear;
+close;
+format('v',6)
+// Given data
+Vin = 15;// in V
+// Peak output voltage,
+Vout = Vin;// in V
+disp(Vout,"Peak output voltage in V is");
|