Do not understand the answer to this.. eq1:=X=(1/Rp/(1/Rp/Rp+w*w*Cp*Cp)); eq2:=Y=(w*Cp/(1/Rp/Rp+w*w*Cp*Cp)+1/w/A/Cp); expand(solve({eq1,eq2},{Rp,Cp})); {Cp = RootOf(A+1+(-Y*A-2*Y)*_Z+(X^2+Y^2)*_Z^2,label = _L2)/A/w, Rp = -X*A/(Y*RootOf(A+1+(-Y*A-2*Y)*_Z+(X^2+Y^2)*_Z^2,label = _L2)-A-1)} What are the: _Z _Z^2 ? and what is the label = _L2 ? Can I make the answer look like somthing more understandable?

Please Wait...