summaryrefslogtreecommitdiff
path: root/3630/CH8/EX8.5
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH8/EX8.5')
-rw-r--r--3630/CH8/EX8.5/Ex8_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH8/EX8.5/Ex8_5.sce b/3630/CH8/EX8.5/Ex8_5.sce
new file mode 100644
index 000000000..c0f33cd59
--- /dev/null
+++ b/3630/CH8/EX8.5/Ex8_5.sce
@@ -0,0 +1,9 @@
+clc;
+Vout=0.3; //volt
+RL=1200; //Ohm
+Zout=300; //ohm
+VL=Vout*(RL/(RL+Zout)); //voltage divider rule
+disp('mV',VL*1000,"Vl=");//The answers vary due to round off error
+
+
+