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


Groups > comp.soft-sys.math.mathematica > #2037

Help Define a Constant I get from Mathematica

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!74.125.46.80.MISMATCH!postnews.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!novia!newspump.sol.net!posts.news.twtelecom.net!nnrp2.twtelecom.net!not-for-mail
From Marvin Burns <marburns@umail.iu.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject Help Define a Constant I get from Mathematica
Date Mon, 2 May 2011 10:53:42 +0000 (UTC)
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Sender steve@smc.vnet.net
Approved Steven M. Christensen <steve@smc.vnet.net>, Moderator
Message-ID <ipm2fm$59d$1@smc.vnet.net> (permalink)
Lines 34
NNTP-Posting-Date 02 May 2011 09:54:29 GMT
NNTP-Posting-Host 356527e6.news.twtelecom.net
X-Trace DXC=jFAKU>_Q5gNP9kKlSEa7aEC_A=>8kQj6M;[h;PUXBgbDjUg=GSG[LWEEFiONJ7[GoF9IKj4MX9^4E
X-Complaints-To abuse@twtelecom.net
Xref x330-a1.tempe.blueboxinc.net comp.soft-sys.math.mathematica:2037

Show key headers only | View raw


Can you help define this constant I get from Mathematica?

Here is the code I use:

Table[{N[l = RandomReal[{0.044685172, 1}, WorkingPrecision -> 200]],

   Table[c = Convergents[l, 100];

    l = FromContinuedFraction[c], {n, 1, 50}];

   N[l, Floor[30]]}, {m, 1, 100}] // TableForm



I get c=0.55575310427804591244540586938..., and no other value, every time I
run it!

I know basically Mathematica is using the convergents of a real number in
the domain as terms to form a generalized continued fraction. Then it uses
the convergents of that generalized continued fraction as terms to form
another generalized continued fraction, and continues to repeat this process
until it gets to where I told it to stop. Strangely, initial
input<0.044685172 seems to have output that is extremely sensitive to
variations. For example, .04468513845124463  gives 3.2765033850144244631 but
.044685138451244635 gives  0.55575310427804591245, and then
.044685138451244635105 gives 3.276503385014424463 again.

There must be more rigorous way to define it.

Do you think it deserves a name? What would be a good name for it?

Marvin Ray Burns

Original investigator of the MRB constant (I didn't name that.)

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Help Define a Constant I get from Mathematica Marvin Burns <marburns@umail.iu.edu> - 2011-05-02 10:53 +0000

csiph-web