gneill
Mentor
- 20,989
- 2,934
Nope. In fact you'll find that, as was the case for mesh analysis, Z2 plays no role in the solution thanks to V3.M P said:Lets stick to web. Let me just ask a quick question. my equation need to be equal to V30-V40/Z2?
One thing, you should get into the habit of using parentheses to remove ambiguity from your equations. When you write: V30-V40/Z2 it could be interpreted as V30 - (V40/Z2) , or as (V30 - V40)/Z2. Now, the latter would be correct thanks to context in this case, but it is not always so simple to fathom the intended order of operations.