summaryrefslogtreecommitdiff
path: root/2045/CH7/EX7.7
diff options
context:
space:
mode:
Diffstat (limited to '2045/CH7/EX7.7')
-rwxr-xr-x2045/CH7/EX7.7/Ex7_7.pdfbin0 -> 10624 bytes
-rwxr-xr-x2045/CH7/EX7.7/Ex7_7.sce6
2 files changed, 6 insertions, 0 deletions
diff --git a/2045/CH7/EX7.7/Ex7_7.pdf b/2045/CH7/EX7.7/Ex7_7.pdf
new file mode 100755
index 000000000..f15b7c16c
--- /dev/null
+++ b/2045/CH7/EX7.7/Ex7_7.pdf
Binary files differ
diff --git a/2045/CH7/EX7.7/Ex7_7.sce b/2045/CH7/EX7.7/Ex7_7.sce
new file mode 100755
index 000000000..e1cdc7cf3
--- /dev/null
+++ b/2045/CH7/EX7.7/Ex7_7.sce
@@ -0,0 +1,6 @@
+//pagenumber 7 example 7
+clear
+idss=1*10^-3;//ampere
+pinvol=-5;//volt
+tracon=(2*idss)/abs(pinvol);
+disp("max transconductance = "+string((tracon))+"mho");