Message Boards Message Boards

0
|
4750 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solving/rewriting systems of equations for a variable in mathematica.

Posted 9 years ago

Hi, I'm asked to proof/show the complex impedance of two impedances connected in parallel. I tried mathematica for the rewriting to Zp but couldn't make it to work. I used solve and reduce. The highlighted formulas can be combined to get an expression for Zp in terms of Z1 and Z2 (like shown at the result on the bottom of the image). So is there a way to find this expression with mathematica?

enter image description here

enter image description here

2 Replies

Exactly what I was looking for, thank you very much.

In[29]:= Solve[
 Eliminate[z1 i1 == z2 i2 == zp i && i == i1 + i2, {i1, i2}], zp]

Out[29]= {{zp -> (z1 z2)/(z1 + z2)}}
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract