Group Abstract Group Abstract

Message Boards Message Boards

0
|
864 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Solving simultaneous equations gives no output for long time

Posted 8 months ago
POSTED BY: Alvina Ali

It is a transcendental system with six parameters, pretty hopeless to solve symbolically. You can try giving the parameters some values:

paramValues = {m11 -> 1, m22 -> 2,
   \[Lambda]1 -> 3, \[Lambda]2 -> -2,
   \[Lambda]345 -> 1, \[Mu] -> 4};
ContourPlot[Evaluate[{eq1, eq2} /. paramValues],
 {Subscript[\[Nu], 1], 0, 5}, {Subscript[\[Nu], 2], -3, 0}]
FindRoot[{eq1, eq2} /. paramValues,
 {{Subscript[\[Nu], 1], 2}, {Subscript[\[Nu], 2], -1}}]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard