diff options
Diffstat (limited to '2459/CH22/EX22.9')
-rw-r--r-- | 2459/CH22/EX22.9/Ex22_9.PNG | bin | 0 -> 5434 bytes | |||
-rw-r--r-- | 2459/CH22/EX22.9/Ex22_9.sce | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/2459/CH22/EX22.9/Ex22_9.PNG b/2459/CH22/EX22.9/Ex22_9.PNG Binary files differnew file mode 100644 index 000000000..daedce70a --- /dev/null +++ b/2459/CH22/EX22.9/Ex22_9.PNG diff --git a/2459/CH22/EX22.9/Ex22_9.sce b/2459/CH22/EX22.9/Ex22_9.sce new file mode 100644 index 000000000..0242a9496 --- /dev/null +++ b/2459/CH22/EX22.9/Ex22_9.sce @@ -0,0 +1,12 @@ +//chapter22
+//example22.9
+//page497
+
+R_L=10d3 // ohm
+g_fs=3000d-6 // mho
+
+// since rd >> R_L, we can write
+
+Av=g_fs*R_L
+
+printf("voltage amplification of the circuit = %.3f \n",Av)
|