Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.2K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to find roots of a complex equation

Posted 11 years ago
POSTED BY: Alan Smith
3 Replies
POSTED BY: Udo Krause
Posted 11 years ago
POSTED BY: Alan Smith
In[2]:= Reduce[Sin[x + I y] == 0, {x, y}]
Out[2]= C[1] \[Element] Integers && (y == I x - 2 I \[Pi] C[1] || y == I x - I (\[Pi] + 2 \[Pi] C[1]))

Solve heads to algebraic equation (Systems), Reduce to transcendent ones. See also FindInstance, please.

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