summaryrefslogtreecommitdiff
path: root/887/CH11/EX11.7
diff options
context:
space:
mode:
Diffstat (limited to '887/CH11/EX11.7')
-rwxr-xr-x887/CH11/EX11.7/11_7.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/887/CH11/EX11.7/11_7.sce b/887/CH11/EX11.7/11_7.sce
new file mode 100755
index 000000000..b33a20bec
--- /dev/null
+++ b/887/CH11/EX11.7/11_7.sce
@@ -0,0 +1,13 @@
+clc
+//ex11.7
+R_i=1*10^3;
+R_o=100;
+A_voc=100;
+//V_ooc=A_voc*V_i and I_i=V_i/R_i gives R_moc=V_ooc/I_i
+R_moc=A_voc*R_i;
+disp('The resulting transconductance model is with an:')
+
+disp(R_i,'input resitance in ohms')
+disp(R_o,'output resistance in ohms')
+disp(R_moc,'and transresistance in ohms')
+