diff options
Diffstat (limited to '281/CH2/EX2.5/example2_5.sce')
-rwxr-xr-x | 281/CH2/EX2.5/example2_5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/281/CH2/EX2.5/example2_5.sce b/281/CH2/EX2.5/example2_5.sce new file mode 100755 index 000000000..2f4d5bc10 --- /dev/null +++ b/281/CH2/EX2.5/example2_5.sce @@ -0,0 +1,12 @@ +disp('chapter 2 ex2.5')
+disp('given')
+disp("from 741 datasheet")
+disp("Zo=75ohm")
+disp("Mmax=200000")
+Zo=75
+Mmax=200000
+disp("For an voltage follower beta=1")
+b=1
+Zout=Zo/(1+Mmax*b)
+disp("Typical output impedence")
+disp('ohms',Zout)
\ No newline at end of file |