Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2875 > unrolled thread

Re: FixedPoint[Cos, 1.0]

Started byAndrzej Kozlowski <akoz@mimuw.edu.pl>
First post2011-06-01 10:54 +0000
Last post2011-06-01 10:54 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: FixedPoint[Cos, 1.0] Andrzej Kozlowski <akoz@mimuw.edu.pl> - 2011-06-01 10:54 +0000

#2875 — Re: FixedPoint[Cos, 1.0]

FromAndrzej Kozlowski <akoz@mimuw.edu.pl>
Date2011-06-01 10:54 +0000
SubjectRe: FixedPoint[Cos, 1.0]
Message-ID<is55p0$cta$1@smc.vnet.net>
I can confirm this happens on Mac OS X, with versions 6, 7 and 8. and even 
5.2. Strange that nobody has noticed this for such a long time.

Andrzej Kozlowski


On 31 May 2011, at 13:49, J Siehler wrote:

> My numerical analysis students this past term pointed out to me that
> the command
>
> FixedPoint[Cos, 1.0]
>
> which is the first example in the Information for FixedPoint doesn't
> ever finish running (or, not in any reasonable amount of time).  We
> tried this on serveral versions of Mathematica (6.x, 7.x, and 8.x),
> all on OS X, and got the same nonresult.
>
> It can be forced by specifying something like FixedPoint[Cos, 1.0,
> SameTest -> (Abs[#1 - #2] < 10^-10 &)] or FixedPoint[Cos, 1.0, 40],
> but it seems like that should be unnecessary, and the form given in
> the documentation should work.  Can anybody else confirm this
> behavior?  Am I missing something totally obvious here?
>

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web