Group Abstract Group Abstract

Message Boards Message Boards

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

For what value of x is the equation below valid?

Posted 4 days ago

$\left[ \left( (i!)^{\cos(x!) + \sin(i!)} \right)! \right]^i = \phi^{\phi!}$

POSTED BY: Dagaga Addisu

You can try this:

f[x_] = (((I!)^(Cos[x!] + Sin[I!]))!)^I - GoldenRatio^GoldenRatio!
sol = Solve[f[x] == 0, x]
f[x] /. sol // N

However, a complex number elevated to a complex number is a problematic concept:

ComplexPlot3D[Evaluate[N[f[x]]], {x, -10 - 10 I, 10 + 10 I}, 
 PlotRange -> {-.1, 1.5}]
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