summaryrefslogtreecommitdiff
path: root/1658/CH22/EX22.13/Ex22_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1658/CH22/EX22.13/Ex22_13.sce')
-rwxr-xr-x1658/CH22/EX22.13/Ex22_13.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1658/CH22/EX22.13/Ex22_13.sce b/1658/CH22/EX22.13/Ex22_13.sce
new file mode 100755
index 000000000..f1e70044d
--- /dev/null
+++ b/1658/CH22/EX22.13/Ex22_13.sce
@@ -0,0 +1,10 @@
+clc;
+//e.g 22.13
+gm=4500*10**-6;
+RD=3*10**3;
+RL=5*10**3;
+vin=100*10**-3;
+ID=2*10**-3;
+rl=(RD*RL)/(RD+RL);
+VO=gm*rl*vin;
+disp('V',VO*1,"VO=");