diff options
Diffstat (limited to '620/CH28/EX28.9')
-rw-r--r-- | 620/CH28/EX28.9/example28_9.sce | 10 | ||||
-rw-r--r-- | 620/CH28/EX28.9/example28_9.txt | 13 |
2 files changed, 23 insertions, 0 deletions
diff --git a/620/CH28/EX28.9/example28_9.sce b/620/CH28/EX28.9/example28_9.sce new file mode 100644 index 000000000..12f9fffe9 --- /dev/null +++ b/620/CH28/EX28.9/example28_9.sce @@ -0,0 +1,10 @@ +l=6;
+c=1000;
+rl=100;
+disp("Part a");
+r=0.83/(l*c);
+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);
\ No newline at end of file diff --git a/620/CH28/EX28.9/example28_9.txt b/620/CH28/EX28.9/example28_9.txt new file mode 100644 index 000000000..1f598c284 --- /dev/null +++ b/620/CH28/EX28.9/example28_9.txt @@ -0,0 +1,13 @@ +
+ Part a
+
+ the theoretical ripple factor is
+
+ 0.0001383
+
+ Part b
+
+ the dc output voltage (in V) is
+
+ 5.729578
+
\ No newline at end of file |