summaryrefslogtreecommitdiff
path: root/226/CH10/EX10.1/example1_sce.sce
blob: a016005f080ec0b84a65a99d178642a8007bafc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter 10
//example 10.1
//page 381
printf("\n")
printf("given")
Vdd=22;Rd=2*10^3;
disp("when Id=0")
Id=0;
Vds=Vdd-Id*Rd
disp(" at point A Id=0 nad Vds=22")
Vds=0;
Id=Vdd/Rd
disp(" at point B Id=11mA and Vds=0")