summaryrefslogtreecommitdiff
path: root/2498/CH6/EX6.m.19/ex_m_6_19.sce
blob: 3850d095a305845f533c74e97d11aeef875bb4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Exa Misc. 6.19
clc;
clear;
close;
format('v',6)
// Given data
R1 = 1;// in Mohm
// The input impedance 
Rin = R1;// in Mohm
disp(Rin,"The input impedance in Mohm is");
R2 = 1;// in Mohm
// The voltage gain 
Avf = -R2/R1;// Voltage gain
disp(Avf,"The voltage gain is");