//chapter 3
//example 3.16
//page 108
printf("\n")
printf("given")
Vz=9.1;Izt=20*10^-3;Es=30;
R1=(Es-Vz)/Izt
Pr1=(Izt^2)*R1
Es=27;
Iz=(Es-Vz)/R1