Group Abstract Group Abstract

Message Boards Message Boards

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

Simultaneous solving of two equations for extraction of one variable

Posted 11 years ago
Attachments:
POSTED BY: Omer Tzuk
3 Replies

Did you try SolveAlways?

POSTED BY: Gianluca Gorni

Your equation is linear in c but it is trascendental in k. You get a closed-form result for example if you solve first for c in one of the equation, replace into the other, and give specific values for the parameters:

Solve[exp2 /. 
   Solve[exp1, c] /. {\[Mu] -> 4, \[Gamma] -> 0, \[Alpha] -> 
    1, \[Beta] -> 1, \[Nu] -> 1}, x]

It is not clear to me what you mean with the third argument in Solve[{exp1,exp2},{c},{k}]

POSTED BY: Gianluca Gorni
Posted 11 years ago

But what if I want to solve for c for any values of the parameters? This system does not allow me to do it?

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