1 2 3 4 5 6 7 8 9 10 11
clear //Initialisation Vo=15.2 //Output Voltage Rl=50 //Load Resistance //Calculation Po=(Vo**2)/Rl //Output Power //Result printf("\n Output Power, Po = %.1f W",Po)