summaryrefslogtreecommitdiff
path: root/3630/CH3/EX3.21/Ex3_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH3/EX3.21/Ex3_21.sce')
-rw-r--r--3630/CH3/EX3.21/Ex3_21.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH3/EX3.21/Ex3_21.sce b/3630/CH3/EX3.21/Ex3_21.sce
new file mode 100644
index 000000000..dec258306
--- /dev/null
+++ b/3630/CH3/EX3.21/Ex3_21.sce
@@ -0,0 +1,9 @@
+clc;
+//Ex3.21
+Vr=1.5; //Volt
+Zl=5; //Ohm
+RL=120; //Ohm
+Rs=51; //Ohm
+R1=(Zl*RL)/(Zl+RL); //Ohm
+Vrout=(R1/(R1+Rs))*Vr; //Volt
+disp('mVpp',Vrout*1000,"Vrout="); //The answers vary due to round off error