1 2 3 4 5 6 7 8 9 10 11 12 13
// Example 2.3 // Rp=(4+4)||(8+4) Rp=(8*12)/(8+12); // By Voltage divider rule disp(' voltage Across Foue resisrance = '+string(Rp)+' Ohm'); // p 20 2.3