//Chapter 21, Problem 23 clc; R1=150; //equivalent input resistance N=5; //turns ratio Rl=R1/(N^2); //load resistance printf("Optimum value of load resistance = %d ohm",Rl);