Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.1K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Solve a set of N coupled algebraic equations with "Solve"?

Posted 8 years ago
Attachments:
POSTED BY: Daniel Grun
2 Replies

Do you mean something like this?

n = 4;
eqs = DeleteCases[Flatten[Table[ If[i =!= j, \[Eta]^2 (t[i]^2 - w^2) ==  Product[(t[i] - t[j] - \[Eta])/(t[i] - t[j] + \[Eta]), {j, 1,  n}]], {i, 1, n}, {j, i , n}]], Null]
POSTED BY: Hans Dolhaine
Posted 8 years ago

Exactly! Thank you so much!

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