summaryrefslogtreecommitdiff
path: root/2300/CH14/EX14.12.2/Ex14_2.sce
blob: c6e165ef939d6f71c0c81be3d5f865ed1eec8335 (plain)
1
2
3
4
5
6
7
8
9
//scilab 5.4.1
//Windows 7 operating system
//chapter 14 Integrated Circuits and Operational Amplifiers
clc
clear
R1=2*1000//R1=input resistance in ohms in the non-inverting amplifier circuit
Rf=5*1000//Rf=feedback resistance in ohms
AV=1+(Rf/R1)//AV=voltage gain of the non-inverting amplifier circuit
disp(AV,"The voltage gain of the given non-inverting amplifier circuit is =")