Group Abstract Group Abstract

Message Boards Message Boards

0
|
847 Views
|
3 Replies
|
2 Total Likes
View groups...
Share
Share this post:
GROUPS:

What would be the correct approach solve this complicated equation in Mathematica?

Posted 4 months ago
POSTED BY: Ishan Nande
3 Replies

I get four solutions with Solve this way:

sols = Solve[LHS == RHS, \[Alpha]1]

The solutions are to be verified. Here is how they behave with a choice of the parameters:

paramValues = {c1 -> 1, c2 -> 1, M1 -> 2, M2 -> 3};
sols /. paramValues
% // N
LHS == RHS /. sols /. paramValues
POSTED BY: Gianluca Gorni
POSTED BY: Daniel Lichtblau
Posted 4 months ago

Yes. I corrected it.

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