clear; clc; //Verify that conducting transistor is in active region //Given Data Vbb = 1.15;//in V Vee=5.20;//in V Vbe5=0.7;//in V R=1.18;//in K r=300;//in ohm Vbecutin=0.5;//in V //If all inputs are low then we assume that Q1,Q2 and Q3 are cutoff and Q4 is conducting Ve=-Vbb-Vbe5;//Voltage at Common Emitter in V //Current I in 1.18K Resistor I = (Ve+Vee)/R;//in mA I1=I; //Output Voltage at Y vy = -(r*I/1000)-Vbe5;//I is in mA so 1000 is multiplied Vbe = vy-Ve; if(Vbe