Message Boards Message Boards

0
|
4603 Views
|
5 Replies
|
1 Total Likes
View groups...
Share
Share this post:
GROUPS:

Fixed Point of E^x=Cos(x)

Posted 10 years ago

I do not understand how to find the fixed point of a problem in mathematica. I need to find the fixed point of e^x=cosx and I am stuck. If anyone understands fixed points that would be very helpful. thanks

POSTED BY: erinleigh098
5 Replies

Funny thing: by accident I typed in the following

Plot[Exp[-x] == Cos[x], {x, -1, 10}, PlotLabel -> "Plot[Exp[-x]==Cos[x]]"]

enter image description here

Which is different from

Plot[{Exp[-x], Cos[x]}, {x, -1, 10},  PlotLabel -> "Plot[{Exp[-x],Cos[x]}]"]

enter image description here

Normally I would expect a == b to be a logical expression which is either True or False.

Any explanation for the strange behaviour discovered by accident?

Regards, Wolfgang

I get an empty plot in Mathemaca 10 running under Linux.

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

Group Abstract Group Abstract