summaryrefslogtreecommitdiff
path: root/3630/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3630/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3630/CH4/EX4.4/Ex4_4.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH4/EX4.4/Ex4_4.sce b/3630/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..b4e078f3c
--- /dev/null
+++ b/3630/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,6 @@
+clc;
+Vin=8; //volt
+RL=6200; //ohm
+Rs=100; //ohm
+VL=Vin*(RL/(RL+Rs)); //volt
+disp('Vpk',VL,"VL=");//The answers vary due to round off error