diff options
Diffstat (limited to '620/CH28/EX28.8/example28_8.sce')
-rw-r--r-- | 620/CH28/EX28.8/example28_8.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/620/CH28/EX28.8/example28_8.sce b/620/CH28/EX28.8/example28_8.sce new file mode 100644 index 000000000..b949c2cf7 --- /dev/null +++ b/620/CH28/EX28.8/example28_8.sce @@ -0,0 +1,13 @@ +rl=100;
+l=6;
+disp("Part a");
+r=rl/(1600*l);
+disp("the theoretical ripple factor is");disp(r);
+disp("Part b");
+vm=9;
+vdc=2*vm/%pi;
+disp("the dc output voltage (in V) is"); disp(vdc);
+disp("Part c");
+r1=25;
+vdc1=vdc*rl/(rl+r1);
+disp("the dc output voltage (in V) is"); disp(vdc1);
\ No newline at end of file |