summaryrefslogtreecommitdiff
path: root/2582/CH1/EX1.9/Ex1_9.sce
blob: 1d0512a7c7c8cf00ff6f33ed7dc6d8aa167c1a1e (plain)
1
2
3
4
5
6
7
8
//Ex 1.9
clc;
clear;
close;
format('v',5);
Beta=20;//unitless
IObyIREF=1/(1+2/Beta);//Current gain
disp(IObyIREF,"Current gain : ");