Group Abstract Group Abstract

Message Boards Message Boards

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

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

Posted 11 years ago
2 Replies
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

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

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard