summaryrefslogtreecommitdiff
path: root/2582/CH1/EX1.3.1/Ex1_3_page20.sce
blob: 862ad902154fe914ed7a06c5f2cf6c159e7353ad (plain)
1
2
3
4
5
6
7
8
//Ex 1.3 at page no. 20
clc;
clear;
format('v',5);
close;
Beta=20;//unitless
IObyIREF=1/(1+2/Beta);//Current gain
disp(IObyIREF,"Current gain : ");