diff options
Diffstat (limited to '605/CH13/EX13.5/13_5.sce')
-rwxr-xr-x | 605/CH13/EX13.5/13_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/605/CH13/EX13.5/13_5.sce b/605/CH13/EX13.5/13_5.sce new file mode 100755 index 000000000..6895b6c0e --- /dev/null +++ b/605/CH13/EX13.5/13_5.sce @@ -0,0 +1,13 @@ +
+IDss=50*10^-3
+gm=200*10^-3
+VL=.25
+RL=50
+Vp=2*VL
+//gm=-2*IDss/Vp
+Vp=2*IDss/gm
+printf("\nVp=2*IDss/gm=%.2f V",Vp)
+gc=IDss/(2*Vp)
+printf("\ngc=IDss/(2*Vp)=%.2e S",gc)
+Av=gc*RL
+printf("\nAv=gc*RL=%.2f",Av)
\ No newline at end of file |