summaryrefslogtreecommitdiff
path: root/620/CH28/EX28.9/example28_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH28/EX28.9/example28_9.sce')
-rw-r--r--620/CH28/EX28.9/example28_9.sce10
1 files changed, 10 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