summaryrefslogtreecommitdiff
path: root/1529/CH21/EX21.23/21_23.sce
blob: b3923cf174bc6e0378471bf6074de7f369023e0d (plain)
1
2
3
4
5
6
//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);