diff options
Diffstat (limited to '3673/CH16/EX16.a.6/Example_a_16_6.sce')
-rw-r--r-- | 3673/CH16/EX16.a.6/Example_a_16_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH16/EX16.a.6/Example_a_16_6.sce b/3673/CH16/EX16.a.6/Example_a_16_6.sce new file mode 100644 index 000000000..81914ad0e --- /dev/null +++ b/3673/CH16/EX16.a.6/Example_a_16_6.sce @@ -0,0 +1,9 @@ +//Example_a_16_6 page no:784
+clc;
+current_gain=(25*0.05*10^6)/(1500+0.05*10^6);
+V2_coeff=-6.6*10^-4+0.1*10^-4-0.2*10^-4;
+V1_coeff=0.05;
+voltage_gain=V1_coeff/V2_coeff;
+disp(current_gain,"the current gain is ");
+disp(voltage_gain,"the voltage gain is ");
+//voltage gain value is calculated wrongly in text book
|