summaryrefslogtreecommitdiff
path: root/2102/CH6/EX6.24/exa_6_24.sce
blob: aa73d79a5f599a5a6212882a7f4c2abeb2450044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Exa 6.24
clc;
clear;
close;
// Given data
ro=9;// in kΩ
ro= ro*10^3;// in Ω
V_P= -6;// in V
V_GS = -3;// in V
r= ro/(1-V_GS/V_P)^2;// in Ω
disp(r*10^-3,"The value of chanel resistance in kΩ is : ")

// Note : The unit of chanel resistance i.e. unit of resistance in the book is wrong . It will be in kΩ not in Ω