1 2 3 4 5 6 7 8 9 10
//Example 6.1. clc format(5) IE=10 IC=9.8 disp("The emitter current is,") disp("IE = IB + IC") disp("10 = IB + 9.8") IB=IE-IC disp(IB,"Therefore, IB(mA) = ")