Newsgroup sci.math 152123

Directory

Subject: ZEROS of the 13th degree polynomials -- From: tleko@aol.com
Subject: Re: ZEROS of algebraic equations -- From: tleko@aol.com
Subject: Re: Machin's formula for pi/4 -- From: kovarik@mcmail.cis.McMaster.CA (Zdislav V. Kovarik)
Subject: Re: lim_(x -> 0) 0/x -- From: lange@gpu5.srv.ualberta.ca (U Lange)
Subject: Re: Vietmath War: Wiles FLT lecture at Cambridge -- From: kenneth paul collins
Subject: Re: Monotony -- From: Scott Hewitt
Subject: Re: x^3-x always divisible by 6 -- From: John Wilkinson
Subject: Euler's Equation Question -- From: Hitech@cris.com (Hitech)
Subject: Re: Solve this Please -- From: T.Moore@massey.ac.nz (Terry Moore)
Subject: Re: GOD -- From: edew@netcom.com
Subject: Re: World's second most beautiful syllogism -- From: ba137@lafn.org (Brian Hutchings)
Subject: Re: ??? Name of Infinity Symbol -- From: irvanellis@aol.com
Subject: Re: Egyptian fractions -- From: cet1@cus.cam.ac.uk (Chris Thompson)
Subject: Re: Name of a fraction -- From: T.Moore@massey.ac.nz (Terry Moore)
Subject: Re: lim 1/(n sin n) -- From: jmccarty@sun1307.spd.dsccc.com (Mike McCarty)
Subject: Re: ZEROS of the 13th degree polynomials -- From: lange@gpu5.srv.ualberta.ca (U Lange)
Subject: Re: Euler's Equation Question -- From: lange@gpu5.srv.ualberta.ca (U Lange)
Subject: Re: Trivia (P9, P14) -- From: numtheor@tiac.net (Bob Silverman)
Subject: Re: antilog = exponent ? -- From: nobody@nowhere (me)
Subject: Re: Cantor and the reals -- From: davis_d@spcunb.spc.edu (David K. Davis)
Subject: Re: Fractional Differential -- From: frank@5points.com (Frank Peseckis)
Subject: Re: Euler's Equation Question -- From: numtheor@tiac.net (Bob Silverman)
Subject: Re: Groove on a record? -- From: girod@niktow.canisius.edu (Don Girod)
Subject: Re: Implicits again -- From: mlerma@pythagoras.ma.utexas.edu (Miguel Lerma)
Subject: Re: Read first people, don't look uniformed! -- From: John August
Subject: Re: World's second most beautiful syllogism -- From: ba137@lafn.org (Brian Hutchings)
Subject: Re: most of you know this few of you care? the surface -- From: ba137@lafn.org (Brian Hutchings)
Subject: MORE Egyptian fraction queries. -- From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Subject: Re: Log(x+e)=Log(x)(1+a*e+b*e^2+.....) -- From: bruck@pacificnet.net (Ronald Bruck)
Subject: Duodecimal nomenclature? -- From: darshan@squonk.net (Kenneth Lareau)
Subject: NATURAL? -- From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Subject: BETROTHED numbers. -- From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Subject: Re: Solve this Please -- From: glynnec@ix.netcom.com(Glynne Casteel)
Subject: Why do people hate math? -- From: Charon
Subject: Re: Runge-Kutta for IBVP on second order PDE in 4 dim.? -- From: dragob <>
Subject: Re: What's 0 divided by 0?? -- From: kovarik@mcmail.cis.McMaster.CA (Zdislav V. Kovarik)
Subject: How To Purchase Russian Math Books from U.S.? -- From: m-sr0069@merv.cs.nyu.edu (Salem Reyen)
Subject: How To Purchase Russian Math Books from U.S.? -- From: m-sr0069@merv.cs.nyu.edu (Salem Reyen)
Subject: Re: x^3-x always divisible by 6 -- From: Bill Dubuque
Subject: Re: Trivia (P9, P14) -- From: Rick Decker

Articles

Subject: ZEROS of the 13th degree polynomials
From: tleko@aol.com
Date: 12 Nov 1996 23:47:32 GMT
   Zeros of: 
 a*z^13+b*z^12+c*z^11+d*z10+e*z^9+f*z^8+g*z^7+h*z^6+i*z^5+j*z^4+k*z^3+l*z^
2+m*z+n
where z=x+iy,  a, b, c, d, e, f, g, h, i, j, k, l, m, n,  are real
numbers.
Running the following MATLAB program for particular values of a, b, c, d,
f, g, h, 
i, j, k, l, m, n,  the location of zeros is shown in x,y-plane of an
orthogonal 
coordinate system. An example:
                                                   *** PROGRAM  IS
COPYRIGHTED ***
x=-1.4:.02:1.4;
y=-1.4:.02:1.4;
[X,Y] = meshgrid(x,y);
a=1; b=0; c=0; d=0; e=0; f=0; g=0; h=0; i=0; j=0; k=0; l=0; m=0; n=-1;
R=(a*(X.^13-78*(X.^11).*(Y.^2)+715*(X.^9).*(Y.^4)-1716*(X.^7).*(Y.^6)+1287
*(X.^5).*(Y.^8)-286*(X.^3).*(Y.^10)+13*X.*(Y.^12))+b*(X.^12-66*(X.^10).*(Y.
^2)+495*(X.^8).*(Y.^4)-924*(X.^6).*(Y.^6)+495*(X.^4).*(Y.^8)-66*(X.^2).*(Y.
^10)+Y.^12)+c*(X.^11-55*(X.^9).*(Y.^2)+330*(X.^7).*(Y.^4)-462*(X.^5).*(Y.^6
)+165*(X.^3).*(Y.^8)-11*X.*(Y.^10))+d*((X.^10)-45*(X.^8).*(Y.^2)+210*(X.^6)
.*(Y.^4)-210*(X.^4).*(Y.^6)+45*(X.^2).*(Y.^8)-(Y.^10))+e*((X.^9)-36*(X.^7).
*(Y.^2)+126*(X.^5).*(Y.^4)-84*(X.^3).*(Y.^6)+9*X.*(Y.^8))+f*(X.^8-28*(X.^6)
.*(Y.^2)+70*(X.^4).*(Y.^4)-28*(X.^2).*(Y.^6)+Y.^8)+g*(X.^7-21*(X.^5).*(Y.^2
)+35*(X.^3).*(Y.^4)-7*X.*(Y.^6))+h*(X.^6-15*(X.^4).*(Y.^2)+15*(X.^2).*(Y.^4
)-Y.^6)+i*(X.^5-10*(X.^3).*(Y.^2)+5*X.*(Y.^4))+j*(X.^4-6*(X.^2).*(Y.^2)+Y.^
4)+k*(X.^3-3*X.*(Y.^2))+l*(X.^2-Y.^2)+m*X+n);
I=(a*(13*(X.^12).*Y-286*(X.^10).*(Y.^3)+1287*(X.^8).*(Y.^5)-1716*(X.^6).*(
Y.^7)+715*(X.^4).*(Y.^9)-78*(X.^2).*(Y.^11)+Y.^13)+b*(12*(X.^11).*Y-220*(X.
^9).*(Y.^3)+792*(X.^7).*(Y.^5)-792*(X.^5).*(Y.^7)+220*(X.^3).*(Y.^9)-12*X.*
(Y.^11))+c*(11*(X.^10).*Y-165*(X.^8).*(Y.^3)+462*(X.^6).*(Y.^5)-330*(X.^4).
*(Y.^7)+55*(X.^2).*(Y.^9)-Y.^11)+d*(10*(X.^9).*(Y)-120*(X.^7).*(Y.^3)+252*(
X.^5).*(Y.^5)-120*(X.^3).*(Y.^7)+10*X.*(Y.^9))+e*(9*(X.^8).*Y-84*(X.^6).*(Y
.^3)+126*(X.^4).*(Y.^5)-36*(X.^2).*(Y.^7)+(Y.^9))+f*(8*(X.^7).*Y-56*(X.^5).
*(Y.^3)+56*(X.^3).*(Y.^5)-8*X.*(Y.^7))+g*(7*(X.^6).*Y-35*(X.^4).*(Y.^3)+21*
(X.^2).*(Y.^5)-Y.^7)+h*(6*(X.^5).*Y-20*(X.^3).*(Y.^3)+6*X.*(Y.^5))+i*(5*(X.
^4).*Y-10*(X.^2).*(Y.^3)+Y.^5)+j*(4*(X.^3).*Y-4*X.*(Y.^3))+k*(3*(X.^2).*Y-Y
.^3)+l*(2*X.*Y)+m*Y);
A=sqrt(R.^2+I.^2).*(-sin(atan(I./R))+cos(atan(I./R)));
c=contour(X,Y,A,0:400:800);
clabel(c,'manual');
If there is an interest in the results where MATLAB software is not
available
please request a fax-transmission.
tleko@aol.com
Return to Top
Subject: Re: ZEROS of algebraic equations
From: tleko@aol.com
Date: 12 Nov 1996 23:47:33 GMT
We consider  (a+bi)z^3+(c+di)z^2+(e+fi)z+(g+hi)
where  z=x+iy,  i=sqrt(-1)  and  a, b, c, d, e, f, g, h,  are real
numbers.
Running the following MATLAB program for particular values of a, b, c,
d, e, f, g, h,  the location of zeros is shown in a x,y-plane of an
orthogonal
coordinate system.  An example:
                                                *** PROGRAM IS COPYRIGHTED
***
x=-2:.02:2;
y=-2:.02:2;
[X,Y]=meshgrid(x,y);
a=1; b=1; c=1; d=0; e=1; f=0; g=1; h=0;
R=(a*(X.^3-3*X.*(Y.^2))+b*((Y.^3)-3*(X.^2).*Y)+c*(X.^2-Y.^2)-d*(2*X.*Y)+e*
X-f*Y+g);
I=(a*(3*(X.^2).*Y-(Y.^3))+b*(X.^3-3*X.*(Y.^2))+c*(2*X.*Y)+d*(X.^2-Y.^2)+e*
Y+f*X+h);
A=sqrt(R.^2+I.^2).*(-sin(atan(I./R))+cos(atan(I./R)));
c=contour(X,Y,A,0:4:8);
clabel(c,'manual'); 
If there is an interest in the results where MATLAB software is not
available 
please request a fax-transmission.
tleko@aol. com
Return to Top
Subject: Re: Machin's formula for pi/4
From: kovarik@mcmail.cis.McMaster.CA (Zdislav V. Kovarik)
Date: 12 Nov 1996 13:03:38 -0500
In article <568mhq$hg9@cc-server9.massey.ac.nz>,
Malcolm Loudon  wrote:
[...]
> Pi/4 = 4atan(1/5) - atan(1/239) 
>
>Can someone give me an easy(ish) argument to demonstrate the veracity of this
>statement ?
[...]
 A standard atan formula (with the right assumptions):
 If x*y<1 then atan(x) + atan(y) = atan((x+y)/(1-x*y))
 Derivable from tan(a+b)=(tan(a) + tan(b))/(1-(tan(a))*tab(b))),
 or by differentiating both sides by x, making sure that we do not step 
over a discontinuity.
So, atan(1/5) + atan(1/5) = ... = atan(5/12)
    atan(5/12) + atan(5/12) = atan(W) (find W)
    atan(W) + atan(-1/239) = ???
(And recall that atan(1)=pi/4.)
Have fun, ZVK (Slavek).
Return to Top
Subject: Re: lim_(x -> 0) 0/x
From: lange@gpu5.srv.ualberta.ca (U Lange)
Date: 12 Nov 1996 23:55:13 GMT
Fredrik Sandstrom (fred@spider.compart.fi) wrote:
: I've got a simple(?) question.  I came to think of it one day, and I
: can't come to a conclusion.  What is
: 
:  lim    0/x         ?
: x -> 0
: 
Just use the definition of the limit and the fact that the function 0/x
is defined on IR-{0}:
lim  0/x = a    iff for each epsilon>0 there is a delta>0 such that 
x->0                |0/x-a|0+) 0/x = 1 and
: lim_(x->0-) 0/x = -1.  Other possibilites are +/- infinity, or perhaps
: 0.  What do you think?
These are not possible answers. lim  0/x = 0 and nothing else.
                                x->0
-- 
Ulrich Lange                       Dept. of Chemical Engineering
                                   University of Alberta
lange@gpu.srv.ualberta.ca          Edmonton, Alberta, T6G 2G6, Canada
Return to Top
Subject: Re: Vietmath War: Wiles FLT lecture at Cambridge
From: kenneth paul collins
Date: Tue, 12 Nov 1996 17:38:32 -0500
Le Compte de Beaudrap wrote:
> 
> On 7 Nov 1996, Archimedes Plutonium wrote:
> 
> > In article <327FD551.4A31@postoffice.worldnet.att.net>
> > kenneth paul collins  writes:
> >
> > > Please, what are "p-adics"?
[Falsely attributed stuff snipped]
Kindly, keep straight what folks post. ken collins
_____________________________________________________
People hate because they fear, and they fear because
they do not understand, and they do not understand 
because hating is less work than understanding.
Return to Top
Subject: Re: Monotony
From: Scott Hewitt
Date: Tue, 12 Nov 1996 17:30:26 -0600
Arild Kvalbein wrote:
> On 12-Nov-96 09:31:22 Maurizio Paolini wrote:
> >One widely used definition says that a function is strictly
> >increasing (in the whole domain of definition) if for any two
> >distinct points x, y it holds  [f(x) - f(y)](x - y) > 0.
>                                 ^^^^^^^^^^^^^^^^^^^^
> I don't quite follow you here. What is meant by this expression? In words,
> please.
Not speaking for Mr. Paolini, but I believe he is indicating the product
of the difference of two points in the domain and the difference of the
function evaluated at those respective points.  For exaple, let's consider
the function f(x) = x^3.  Now let's choose two points in the domain, say
x=-2 and y=0.  Thus f(x) = f(-2) = -8 and f(y) = f(0) = 0.  From the
above definition, we see that [f(x) - f(y)](x - y) = [-8 - 0](-2 - 0) = 16.
Since this product is greater than zero, and would be greater than zero
*for any two distinct points in the domain*, the function f(x) = x^3 is
strictly increasing.
Regards,
Scott Hewitt
Return to Top
Subject: Re: x^3-x always divisible by 6
From: John Wilkinson
Date: Tue, 12 Nov 1996 15:16:52 -0800
Bill Dubuque wrote:
> 
> Bill Dubuque  writes:
> >
> > More generally, for any squarefree integer m, and any integer x,
> >
> >       phi(m) + 1
> >     x            = x  (mod m)                                [1]
> > ...
> 
> I should have pointed out the special case m=2*p, p an odd prime:
> 
>         p
>       x   = x  (mod 2*p)
> 
> which is a slight generalization of Fermat's Little Theorem, and
> for p=3 yields the result in the original post.
> 
> -Bill Dubuque
This is a lot of firepower.  x^3-x = (x-1) * x * (x+1), which is the
product of three consecutive integers.  One of these must be divisible
by 2 and one of them must be divisible by 3.
-- 
John Wilkinson
Return to Top
Subject: Euler's Equation Question
From: Hitech@cris.com (Hitech)
Date: 12 Nov 1996 23:28:12 GMT
 e^(i pi) = - 1
e^(2i pi) = 1
    2i pi = ln(1)
    2i pi = 0
  -4 pi^2 = 0
     pi^2 = 0
       pi = 0
therefore,
e^(i pi) + 1 = 0   is false
Where did I go wrong?
Return to Top
Subject: Re: Solve this Please
From: T.Moore@massey.ac.nz (Terry Moore)
Date: 12 Nov 1996 23:17:43 GMT
In article <560d4c$gsv@news-central.tiac.net>, numtheor@tiac.net (Bob
Silverman) wrote:
> 
> lv54308@ltec.net (Lyle VonSpreckelsen) wrote:
> 
> >Solve this
> 
> >Three Pipes supply an oil storage tank.  The tank can be filled by
> >pipes  A and B running for 10 hours, by pipes B and C running for 15
> >hours, or by pipes A and C running for 20 hours.  How long does it
> >take to fill the tank if all three pipes run?
> 
> >Got my andvanced math teacher (MR. V.) stumped 
If he's stumped he's not very advanced.
The problem is ill-posed as we don't know where the pipes are
fed from. If they are from the same source, they may not act
independently.
Assume they are independent. Let a, b, and c be the flow rates of
A, B and C respectively, and let the volume of the tank be V
(which is not really needed). Then find the time to fill the
tank under the above scenarios in terms of a, b and c. This
gives 2 equations to solve for these variables. As Bob hinted,
the equations are linear in 1/a etc. Then it's trivial to
aggregate the results.
Terry Moore, Statistics Department, Massey University, New Zealand.
Imagine a person with a gift of ridicule [He might say] First that a
negative quantity has no logarithm; secondly that a negative quantity has
no square root; thirdly that the first non-existent is to the second as the
circumference of a circle is to the diameter. Augustus de Morgan
Return to Top
Subject: Re: GOD
From: edew@netcom.com
Date: 13 Nov 1996 00:00:06 GMT
In article <3288ABC2.27F6@ix.netcom.com> Judson McClendon  
 writes:
=Le Compte de Beaudrap wrote:
=>         But back on the original topic, if christianity preaches "Thou  
shalt
=> not think for thyself", how does one account for people like Netwon,  
Descartes,
=> Euler? Each of them was very religious, very christian, and each one  
was a
=> mathematician, philospher, and physicist (even by today's definition,  
as
=> opposed to the definition in their time, when one group almost  
inevitably
=> implied the other two). None of them was condemned by any church at any  
time
=> (to my knowledge). So, ~(For all cases): (Religion Rots Reason).
=> Unproved, and with three counterexamples anyhow.
=
=Christianity consists of this: A personal relationship with Jesus Christ
=as your Savior and Lord.  Many millions of people will testify that they
=are far better at all aspects of living as Christians than before,
=including mentally.
=
I think many millions who use various illicit drugs testify that they feel  
they are in a better state when under the influence of drugs.  But I  
wouldn't advocate that as an excuse to use drugs.
EDEW
Return to Top
Subject: Re: World's second most beautiful syllogism
From: ba137@lafn.org (Brian Hutchings)
Date: Tue, 12 Nov 1996 21:25:54 GMT
In a previous article, Archimedes.Plutonium@dartmouth.edu (Archimedes Plutonium) says:
no, man; it is just a syllogism (when combined
with your "1st", it is a nice, little tautology .-)  you assume that
any "infinite" regression is self-similar or just scaled, but
it could be (or plainly *is*) qualitatively differnt at different scales ...
not that I believe in many-worlds etc.ad vomitorium.
	As Riemann emphasizes [4],
the incorporation of any valid new principle into mathematical physics,
requires us to depart the domain of math.fromalism for the realm
of experimental physics, and, thereafter, to redesgin math.
to accomodate what the old math.could never develop, or represent.
That quality of invention, is the only source
of "not-entropy" upon which all economy depends."
  --by [deletive expleted], Copyr.9august
that's all that Archie was trying to present,
about the quantum hall effect, but I have no idea
if he has any experimentss to "prove" his plutonium crappola --
not that he actually made them, of course.
>connects with the first. Second is: If atoms are the last cut, the last
>division and that all things subatomic have no independent existence,
>this implies that there exists no infinite regression downwards nor
>infinite progression upwards.
-- 
You *don't* have to be a rocket scientist.  (College Career Counselor
					     to me, again )
There is no dimension without time.  --RBF (Synergetics, 527.01)
Return to Top
Subject: Re: ??? Name of Infinity Symbol
From: irvanellis@aol.com
Date: 13 Nov 1996 01:04:42 GMT
Makes sense to me.
Irving H. Anellis
Managing Editor/Publisher
Modern Logic Publishing
2408 1/2 W. Lincoln Way (Upper Level)
Ames, IA 50014-7217, USA
email: IrvAnellis@aol.com; ModerLog@aol.com;
f1.mlp@isumvs.iastate.edu (preferred)
tel. 515 / 292-1819
Return to Top
Subject: Re: Egyptian fractions
From: cet1@cus.cam.ac.uk (Chris Thompson)
Date: 13 Nov 1996 00:44:35 GMT
In article <563g2p$4e6@q.seanet.com>, ksbrown@seanet.com (Kevin Brown) writes:
[...]
|> 
|> In general I think these expansions can be generated from partitions
|> of any odd abundant number. 
In the nomenclature of UPiNT this conjecture is "every odd abundant number
is pseudoperfect", or even more charmingly "there are no odd weird numbers".
[A weird number is a primitive abundant number that is not pseudoperfect.]
Sadly, this seems too good to be true... Counterexample, anyone?
Chris Thompson
Email: cet1@cam.ac.uk
Return to Top
Subject: Re: Name of a fraction
From: T.Moore@massey.ac.nz (Terry Moore)
Date: 12 Nov 1996 23:07:52 GMT
In article <562646$ca@niamh.indigo.ie>, gerryq@indigo.ie (Gerry Quinn)
wrote:
> Many pupils of elementary teachers will become shopkeepers.  They will not 
> want to confuse their customers by posting prices such as 3 5/4 instead of 
> 4 1/4.  The concept of proper fractions is useful to their business.
But neither of these is a proper fraction. They are both mixed numbers.
Of course the 1/4 is proper while the 5/4 isn't.
But this is a minor quibble. Most countries use decimal currency.
And you can't make a case using weights and measures - all
civilised countries use the metric system :-)
Terry Moore, Statistics Department, Massey University, New Zealand.
Imagine a person with a gift of ridicule [He might say] First that a
negative quantity has no logarithm; secondly that a negative quantity has
no square root; thirdly that the first non-existent is to the second as the
circumference of a circle is to the diameter. Augustus de Morgan
Return to Top
Subject: Re: lim 1/(n sin n)
From: jmccarty@sun1307.spd.dsccc.com (Mike McCarty)
Date: 13 Nov 1996 00:57:08 GMT
In article <567rt0$on7@zrt7a.gfz-potsdam.de>,
Patrick Denny  wrote:
)In article ,
)Alexander Anderson   wrote:
)
)>>Hello! I think that the limit
)>>                        1
)>>                 lim -------
)>>                     n sin n
)>>doesn't exist, but I can't prove it: help!
)
)   1        1   1                                           1
)-------  =  - -----  which greater in size than or equal to - for all n.
)n sin n     n sin n                                         n
)
)So, the limit of the latter, if it exists, is greater in size than the
)limit of the former. But the latter is divergent, i.e. it becomes infinitely
)large. So, the former is divergent.
)
)Patrick Denny
Sorry, Pat, no cigar. 1/n -> 0. Note that the question is about limits,
not limits of sums.
Mike
-- 
----
char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
I don't speak for DSC.         <- They make me say that.
Return to Top
Subject: Re: ZEROS of the 13th degree polynomials
From: lange@gpu5.srv.ualberta.ca (U Lange)
Date: 13 Nov 1996 00:34:44 GMT
tleko@aol.com wrote:
[Unreadable MATLAB-code, which is supposed to find the roots of a 13th
 degree polynomial]
Please stop posting these awful MATLAB-programs and read your MATLAB
manual. Zeros of arbitrary degree polynomials 
a(n)*z^n + a(n-1)*z^(n-1) + .... + a1*z + a0
are found automatically by MATLAB using the command "roots". Example:
z^5 + 2 z^4 + 3 z^3 + 4 z^2 + 5 z + 6
>> roots([1 2 3 4 5 6])             
ans =
   0.5517 + 1.2533i
   0.5517 - 1.2533i
  -1.4918          
  -0.8058 + 1.2229i
  -0.8058 - 1.2229i
-- 
Ulrich Lange                       Dept. of Chemical Engineering
                                   University of Alberta
lange@gpu.srv.ualberta.ca          Edmonton, Alberta, T6G 2G6, Canada
Return to Top
Subject: Re: Euler's Equation Question
From: lange@gpu5.srv.ualberta.ca (U Lange)
Date: 13 Nov 1996 00:17:15 GMT
Hitech (Hitech@cris.com) wrote:
:  e^(i pi) = - 1
: e^(2i pi) = 1
:     2i pi = ln(1)
      ^^^^^^^^^^^^^
This is the mistake. The implication (e^a = b ==> a = ln(b)) does not hold
for arbitrary complex numbers. The standard definition of the logarithm of
a complex number is
ln(z) = ln(|z|) + i arg(z)  
where arg(z) is the argument of z (i.e the angle t in the polar
representation z=re^(i t)) _between -pi/2 and pi/2_ ! 
Thus ln(e^(2 i pi)) = ln(|e^(2 i pi)|) + i arg(2 e^(i pi)) 
                    = ln(1) + i*0 = 0
Your mistake is analogous to writing  (-b)^2 = b^2 ==> -b = b. This does
not hold for real numbers since the standard definition of the squareroot
of a is the _positive_ number b, such that b*b=a.
:     2i pi = 0
:   -4 pi^2 = 0
:      pi^2 = 0
:        pi = 0
: 
: therefore,
: 
: e^(i pi) + 1 = 0   is false
: 
: 
: Where did I go wrong?
-- 
Ulrich Lange                       Dept. of Chemical Engineering
                                   University of Alberta
lange@gpu.srv.ualberta.ca          Edmonton, Alberta, T6G 2G6, Canada
Return to Top
Subject: Re: Trivia (P9, P14)
From: numtheor@tiac.net (Bob Silverman)
Date: Wed, 13 Nov 1996 04:11:54 GMT
"Brian Christopher Sapp"  wrote:
>I would be very pleased if someone could assist me with the following
>questions:
>1.  Given that a number is a three digit palindrome, what is the
>probability that it is divisible by 11?
Consider 11N.  For this to be 3 digits, N must be 2 digits, say  10a+b
which I write as ab.  Now   write 11ab as digits,  say  a'zb,   where z = a+b
mod 10  and a' = a  or  a+1 depending whether a+b > 10.   Now you
want a' = b.  Count the cases that make this possible.
>2.  Some of the factors of a locker number are 2, 5, and 9.  If it has
>exactly nine additional factors, what is the locker number?
If  N =  p1^a1   * p2^a2 * .....
then the number of factors is (a1+1)(a2+1) .....
So  p1 = 2,  a1 = 1,    p2 = 3  a2 = 2,   p3 = 5, a3 = 1....
The number of factors is therefore   2 * 3 * 2 * (a4+1)(a5+1) ....  = 12K  say.
But we are already given 3 factors and are told there are 9 more.
Therefore K = 1. and a4 = a5 = a6 = ... = 0.  
'You can lead a horse's ass to knowledge, but you can't make him think.'
Return to Top
Subject: Re: antilog = exponent ?
From: nobody@nowhere (me)
Date: Wed, 13 Nov 1996 02:40:35 GMT
Le Compte de Beaudrap  wrote:
>On Fri, 8 Nov 1996, Peter Abrahams wrote:
>> Is there a difference between an antilog and an exponent?
>> Thanks, Peter Abrahams, telscope@europa.com
>> 
Only in form.  The Antilog consists of two parts separated by a
decimal.  The first part gives the "order" of the number  (10, 100,
1000... if base 10), the rest the precision.
If the first part is negative (shown by a bar over the digits), the
number equivalent is less than 1.  Thus Bar3..08991 may be  the
antilog (base 10) of .0001213.  As an exponent, Bar3.08991 means
-3+0.08991 = -2.91009, and .00123 would be equal (approx) to 10
exp(-2.91009).
Return to Top
Subject: Re: Cantor and the reals
From: davis_d@spcunb.spc.edu (David K. Davis)
Date: Tue, 12 Nov 1996 23:59:53 GMT
WAPPLER FRANK (fw7984@csc.albany.edu) wrote:
: 
: 
: David K. Davis wrote:
: > Frank Wappler wrote:
: > ...
: > : But now stipulate a procedure which can change individual digits of those
: > : number representations in the list. Change the first digit of the first
: > : number, the second digit of the second number, etc. (that's another
: > : recursive method).
: > ...
: > I think this is basically right but there's no need to speak of recursive
: > procedures here. Consider ANY enumeration of the reals (between say 0 and
: > 1 - to avoid annoying complications). Then every such number can be
: > represented as an infinite string of digits following a '.', (all digits
: > are zero after a certain point to make all strings infinite). We've made
: > no significant assumptions here except that such an enumeration can be
: > done.  But now construct another such real: take as the first digit any
: > digit not equal to the first digit of the first enumerated number, take as
: > the second digit any digit not equal to the the second digit of the second
: 
: Two questions:
: 
: 1) If you want to be sure that the number was not in the list each digit must
: be changed in a systematic way (- let's call this recursive), giving you a
: `choice within a systematic range around that digit sequence'. Is it correct
: that therefore for every proposed >>truely infinite<< sequences of digits
: (i.e. `real number') one can construct an individual list as part of a 
: (hypothetical) `Cantor List' of real numbers, and that (the recursively
: accessible part of) this `Cantor List' could be formed by `starting with' 
: individual real numbers? 
The change need NOT be systematic - it doesn't matter! This is an 
existence proof as opposed to a constructive proof - we are showing that
some number wasn't included - no matter how we enumerate. Sometimes a
writer will prescribe a definite way in which this number that differs in
each digit can be constructed - but it's really not important - all that's
important is that such a number exists.
The rest of 1) I don't understand. Clarify, or maybe someone else sees
what you're getting at. 
: 2) Which set of axioms are the numbers `you are talking about' based on?
I don't know whether Cantor had some axiomatization of the reals in mind
when he gave this proof. Later, others axiomatized set theory to make sure
that everything Cantor did was kosher (meaning at least consistent). I'm
also not sure - now that I think about it - whether this proof doesn't
involve the axiom of choice (which says one can form a new set by picking
one element out of each set of a collection of sets). Help! 
BTW, Ilias K's amendment is right on - and the above may need more
amending.
-Dave D.
Return to Top
Subject: Re: Fractional Differential
From: frank@5points.com (Frank Peseckis)
Date: Wed, 13 Nov 1996 01:16:07 GMT
binklmj5@wfu.edu (Mathew J. Binkley) wrote:
>Is there a way of defining the derivative 
>
> n
>d L
>---    with n not an integer.
>  n
>dx
Yes, actually more than one. You could look at "Fractional Calculus
and Its Applications" in the Lecture Notes in Mathematics Series (Vol
457) published by Springer-Verlag, 1974, edited by A. Dold and B.
Eckmann. It includes several papers you might find helpful, including
a history of the ideas behind fractional calculus by Bertram Ross, and
others which discuss in more detail the various alternative
definitions of a fractional derivative or integral, e.g.
Riemann-Liouville or Weyl.
The paper "Fractional Derivatives and Special Functions" by Lavoie,
Osler and Tremblay (SIAM Review Vol. 18 No.2 April 1976) also has a
discussion of the various representations of a fractional derivative
or integral and their limitations. Note particularly the approach
taken by Grunwald in the 19th century which defines the fractional
derivative in terms of a limit of (an infinite sum of) ratios of
finite differences, which looks most like the usual definition of an
integer derivative.
Frank Peseckis
frank@5points.com
http://www.5points.com/
Return to Top
Subject: Re: Euler's Equation Question
From: numtheor@tiac.net (Bob Silverman)
Date: Wed, 13 Nov 1996 04:14:19 GMT
Hitech@cris.com (Hitech) wrote:
> e^(i pi) = - 1
>e^(2i pi) = 1
>    2i pi = ln(1)
>    2i pi = 0
>  -4 pi^2 = 0
>     pi^2 = 0
>       pi = 0
>therefore,
>e^(i pi) + 1 = 0   is false
>Where did I go wrong?
Logarithms are not unique in the complex numbers.   exp(2 pi i) = 1,  but so is
exp (2k pi i) for k = 0,1,2,3,4,...  So log(1) = 0 or 2pi i  or 4pi i or .....
'You can lead a horse's ass to knowledge, but you can't make him think.'
Return to Top
Subject: Re: Groove on a record?
From: girod@niktow.canisius.edu (Don Girod)
Date: 13 Nov 1996 01:53:01 GMT
Dru Morgan (drum@loop.com) wrote:
: Is there a formula for finding the lenght of  a groove that goes around a 
: spiral (such as a record album)?  If you know the diameter of the record and 
: the distance (period?) between grooves, what would be the formula for the 
: length of the groove?  You would also have to subtract the part in the 
: middle where there is no groove.  Please make sure to cc-by-mail your response 
: to me at drum@loop.com
: 
: Thanks.
: Dru Morgan
:
I think all of these posting which assume it is easy to determine, say,
the groove pitch, are sort of silly.  In practical terms, how would you
measure this pitch to any degree of accuracy?  Look at the record under
a microscope with a reticle?  And, it is sometimes the case that the
pitch is not constant--passages with low amplitude can be recorded at
higher density than those with high amplitude, and this was, I believe,
done back when we still made records.  So if you want to know how long
the groove is, time the record.  But if you want to predict how long 
the record will play, read the jacket.
Return to Top
Subject: Re: Implicits again
From: mlerma@pythagoras.ma.utexas.edu (Miguel Lerma)
Date: 13 Nov 1996 02:06:36 GMT
Robert Israel (israel@math.ubc.ca) wrote:
> Well, almost... 
> -1 + x^4 y^4 =0 is an unbounded set, but 1 + x^4 y^4 = 0 is not, 
> despite having the same greatest-degree terms.  
> If your homogeneous polynomial has no nontrivial zeros, then it's bounded.
> If the homogeneous polynomial has changes of sign, rather than just zeros, 
> then it's unbounded. 
> But if there are zeros and no sign change, the question is more delicate.
Right. My idea was to homogenize the original bivariate polynomial 
with a third variable z, and look at the points at infinity z=0. 
If there are no points at infinity, then the polynomial defines 
a bounded set. However the reciprocal does not seem to be true 
in general, since there could be isolated points at infinity, 
as in your example (actually in your example the only points 
are at infinity). 
Miguel A. Lerma
Return to Top
Subject: Re: Read first people, don't look uniformed!
From: John August
Date: 12 Nov 1996 15:51:39 GMT
: In article , Anthony Potts  says:
: >
: >No, I could, if I wanted either go to CERN full time and pick up $100k per
: >year tax free, or head out to California, and get a bit less, doing
: >research in HEP there.
: >
: >Neither appeals to me. As I said, physics is not challenging. 
Anthony,
Look, if you're after a challenge, try embracing a theory which goes against
everything most physicists believe and then try to peddle it.
Very challenging, let me assure you.
-- 
John August
You can pick your friends, and you can pick your nose. But you can't
pick your friend's nose.
Return to Top
Subject: Re: World's second most beautiful syllogism
From: ba137@lafn.org (Brian Hutchings)
Date: Wed, 13 Nov 1996 01:22:34 GMT
In a previous article, ba137@lafn.org (Brian Hutchings) says:
4. e.g., 1854 habilitation dissertation.
>	As Riemann emphasizes [4],
>the incorporation of any valid new principle into mathematical physics,
>requires us to depart the domain of math.fromalism for the realm
>of experimental physics, and, thereafter, to redesgin math.
>to accomodate what the old math.could never develop, or represent.
>That quality of invention, is the only source
>of "not-entropy" upon which all economy depends."
>  --by [deletive expleted], Copyr.9august
-- 
You *don't* have to be a rocket scientist.  (College Career Counselor
					     to me, again )
There is no dimension without time.  --RBF (Synergetics, 527.01)
Return to Top
Subject: Re: most of you know this few of you care? the surface
From: ba137@lafn.org (Brian Hutchings)
Date: Wed, 13 Nov 1996 01:06:34 GMT
In a previous article, fc3a501@GEO.math.uni-hamburg.de (Hauke Reddmann) says:
I don't get it; what is the equation supposed to "do" ??
>: >What can you get when you deform the surface of a cube into the surface
>: >of a sphere?
>: 
>: >the surface x^4+y^4+z^4=1  @8^)
>: 
>: or more generally the surface x^2n + y^2n + z^2n = 1
-- 
You *don't* have to be a rocket scientist.  (College Career Counselor
					     to me, again )
There is no dimension without time.  --RBF (Synergetics, 527.01)
Return to Top
Subject: MORE Egyptian fraction queries.
From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Date: 13 Nov 1996 03:10:17 GMT
Egyptian fractions seem to be in, at the moment.
I was checking out Guy's UPiNT and saw this conjecture:-
All m  Exists N   n>N ==>  Exist x,y,z    m/n = 1/x +- 1/y +- 1/z.
Note the plus-or-minuses.  So we're in Z rather than N.
Guy observes that it may be that  N > m;  and quotes instance  N=23  for m=18.
So presumably this means  18/23 CANNOT be expressed as the sum/diff of 3 unit
fractions.  And is (presumably) the "first" counterexample.
Query:  Is there any reason for 18/23.  I guess not; it just seems to be a
        random-looking phenomenon.  No doubt there are many others in this
        much-conjectured but imperfectly known field; I bet the law of
        small numbers has great sway in Egyptian fractions!
Query:  What are the next few that cannot be so expressed.  Can some of those
        newsgroupies who've announced the possession of fast software for
        unit fractions, post a list of examples of other failures; up to
        some convenient denominator size.
That is,  fractions  m/n  with  m
Return to Top
Subject: Re: Log(x+e)=Log(x)(1+a*e+b*e^2+.....)
From: bruck@pacificnet.net (Ronald Bruck)
Date: Tue, 12 Nov 1996 19:10:54 -0800
In article <56als7$1ni@news.cais.com>, mkluge@wizard.net (Mark D. Kluge) wrote:
> In article <32889030.777B@sonalysts.com>, gerheim@sonalysts.com says...
> 
> >gdm wrote:
>  
> >> If x is very big and e very small, I want to write
> >> Log(x+e)=Log(x)(1+a*e+be^2+c*e^3+....)
> >> what are the values of a, b, c ?
> >> thanks,
> >> Gilles de Montety, Paris, France
> 
> >If I did the math right, the Taylor series
> >is...
> 
> No, you haven't done the math right. The problem includes the hypothesis that 
> e is small and x is large. No definitions of small or large are given. 
> However, if we assume that the hypothesis means at least that x>>e, then the 
> problem has no solution. Since log(x) has a singularity at x=0, the radius of 
> convergence around x=e is only e. Therefore, the Taylor series converges for 
> real x such that 0 < x < 2e. 
> 
> So the series won't converge for "large x"
I don't understand your remark that the "radius of convergence around x = e
is only e".  It's supposed to be a power series in e.
Unfortunately, you left unquoted most of Gerheim's post, where he
explicitly continues...
>       
>                       inf
> log(x + e) = log(x) - sum (-e / (ix))^i
>                       i=1
> 
Now this isn't quite right, but it's clearly a misprint, since in his
example (x = 1, e = .01) he gives the right series (it should be (-e/x)^i /
i ).  This is a power series in e which converges for -x < e <= x.  And if
you divide by log x, as he does, you do get the desired
representation--except that the coefficients a, b, c, etc. involve log x.
There is clearly NO such representation for coefficients a, b, c, etc.
which are independent of x; that would require that for fixed e,
log(x+e)/log(x) be constant as a function of x, which is assuredly false. 
(If there were an open set of x for which this was a constant, we'd have
log(x+e) - k log(x) identically 0, hence 1/(x+e) - k/x identically zero,
which is clearly false.)
Perhaps he means an asymptotic series of some sort?
Return to Top
Subject: Duodecimal nomenclature?
From: darshan@squonk.net (Kenneth Lareau)
Date: 13 Nov 1996 01:56:31 GMT
This is something that has been on my mind a bit recently, and I thought
that someone here might be able to answer it.
I am wondering if anyone has ever bothered to create an actual nomenclature
for the duodecimal system.  I made a half-hearted attempt several years ago,
but never came up with anything that sounded remotely coherent... then a-
gain, I'm not a linguist. :)
I know there is, or at least used to be, a society specifically for the pro-
motion of the duodecimal system, but recent searches on the web have brought
up nothing, as well as searches through several mathematics-oriented sites.
Any info anyone could give me on this subject would be greatly appreciated.
Ken Lareau
elessar@squonk.net
Return to Top
Subject: NATURAL?
From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Date: 13 Nov 1996 04:32:50 GMT
cmd@gmrc.gecm.com (Chris Dearlove) writes:
|> where flame wars round here seem to start, cf 0^0; other
|> examples are 1 is not a prime, the natural numbers include 0.)
Concerning the last one, what about this possibility? (Doubtless not original.)
In view of the lack of agreement over the term "natural numbers", why not
drop it altogether, and, at the cost of just one extra syllable, call...
1,2,3,4,5,...   the NATURAL ORDINALS,     and...
0,1,2,3,4,5,... the NATURAL CARDINALS.
Is that hot or cool...?
-------------------------------------------------------------------------------
             Bill Taylor            W.Taylor@math.canterbury.ac.nz
-------------------------------------------------------------------------------
               A language is a dialect with an army and a navy.
-------------------------------------------------------------------------------
Return to Top
Subject: BETROTHED numbers.
From: mathwft@math.canterbury.ac.nz (Bill Taylor)
Date: 13 Nov 1996 04:55:54 GMT
Guy coined this nice terminology.  It refers to numbers which are almost
amicable, but each is the sum of the PROPER divisors of the other. 
Proper, hence betrothed.  e.g.
48 = 3 + 5 + 15 + 25     and   75 = 2 + 3 + 4 + 6 + 8 + 12 + 16 + 24.
There are many other betrothed pairs,  140 & 195  is the next.
My query is, are there any "affianced sequences", of length k > 2.
i.e.  n2 = f(n1),  n3 = f(n2)  ...  n_k = f(n_(k-1))  &  n1 = f(n_k);
where  f(n) = sigma(n)-n-1,   (as above).
Can some of the fast-program newsgroupies tell us anything?
-------------------------------------------------------------------------------
              Bill Taylor        W.Taylor@math.canterbury.ac.nz
-------------------------------------------------------------------------------
 Galaxies - results of chaotic amplification of quantum events in the big bang.
 Free will- the result of chaotic amplification of quantum events in the brain.
-------------------------------------------------------------------------------
Return to Top
Subject: Re: Solve this Please
From: glynnec@ix.netcom.com(Glynne Casteel)
Date: 13 Nov 1996 04:23:41 GMT
In  Le Compte de Beaudrap
 writes: 
>
>On Fri, 8 Nov 1996, Lyle VonSpreckelsen wrote:
>
>> Solve this
>> 
>> Three Pipes supply an oil storage tank.  The tank can be filled by
>> pipes  A and B running for 10 hours, by pipes B and C running for 15
>> hours, or by pipes A and C running for 20 hours.  How long does it
>> take to fill the tank if all three pipes run?
>> 
>> Got my andvanced math teacher (MR. V.) stumped 
>> 
>> J.D
>
>	What I am about to write may look long and inelegant, but it 
>really isn't. Read on.
>______________________________________________________________
>
>Let       V = volume of tank,
>    a, b, c = the "flow rates" of pipes A, B, C
>
>Therefore, 10(a + b + 0) = V {eqn1}
>           15(0 + b + c) = V {eqn2}
>           20(a + 0 + c) = V {eqn3}
>
>{eqn2} - {eqn1} gives:  -10a + 5b + 15c = 0
>                   or        (b + 3c)/2 = a 
>
>Substitute this into {eqn3} to get:  10(b + 3c) - 20c = V
                                                 ^^^^^^
There's a sign error here.  I get:    10(b + 3c) + 20c = V
Everything beyond this point in your original post is incorrect. 
Instead of t=8 hours, I get:  t = 120/13 hours =  9.2307.... hours
Return to Top
Subject: Why do people hate math?
From: Charon
Date: Tue, 12 Nov 1996 23:01:53 -0500
Hi,                                                          
    I saw several posts on "Why do people hate math?"
The book below has several chapters on how to make math a 
more fascinating subject for school children.                
Regards,                                               	
Charon	      			                             
FRACTAL HORIZONS:  The Future Use of Fractals; Edited by 
Clifford A. Pickover; St. Martin's Press:  New York.  ISBN:  
0-312-12599-2. Publication Date:  Aug, 1996.                 
Book Table of Contents                                       
Preface                                                      
PART I. FRACTALS IN EDUCATION                                
Chapter 1. Conquering the Math Bogeyman - William Beaumont   
Chapter 2. The Fractal Curriculum - David Fowler             
Chapter 3. Fractals and Education: Helping Arts Students to 
See Science         
           - Michael Frame                                   
PART II. FRACTALS IN ART                                     
Chapter 4. The Computer Artist and Art Critic - J. Clint 
Sprott                 
Chapter 5. The Future of Fractals in Fashion - Danielle 
Gaines                  
Chapter 6. Knight Life - Ronald Brown                        
PART III. FRACTAL MODELS AND METAPHORS                       
Chapter 7. One Metaphor Fits All: A Fractal Voyage with 
Conway's                
           Audioactive Decay - Mario Hilgemeier              
Chapter 8. Sponges, Cities, Anthills, and Economies - Tim 
Greer                 
Chapter 9. Fractal Holograms - Douglas Winsand               
Chapter 10. Boardrooms of the Future: The Fractal Nature of 
Organizations       
            - Glenda Eoyang and Kevin Dooley                 
PART IV. FRACTALS IN MUSIC AND SOUND                         
Chapter 11. Fractal Music - Manfred Schroeder                
Chapter 12. Using Strange Attractors to Model Sound - 
Jonathan Mackenzie        
PART V. FRACTALS IN MEDICINE                                 
Chapter 13. Pathology in Geometry and Geometry in Pathology  
            - Gabriel Landini                                
Chapter 14. Fractal Statistics: Toward a Theory of Medicine - 
Bruce West        
Part VI. FRACTALS AND MATHEMATICS                            
Chapter 15. Fractals and the Grand Internet Parallel 
Processing Project         
            - Jay R. Hill                                    
Chapter 16. Self-Similarity in Quasi-Symmetrical Structures - 
Arthur Loeb       
Chapter 17. Fat Fractals in Lyapunov Space                   
            - Mario Markus and Javier Tamames                
Glossary                                                     
Return to Top
Subject: Re: Runge-Kutta for IBVP on second order PDE in 4 dim.?
From: dragob <>
Date: Tue, 12 Nov 1996 19:40:28 GMT
Are you interested in solving the wave equation numerically?
If so you might want to consider two time domain methods:
- finite difference time domain
- finite element time domain
You might also consider the possibility of going to a system
of first order equations, as the numerical results are more stable.
Regards,
Dragos Bica
==========A Montvay {TRACS}, 11/4/96==========
Hi all,
I want to use a Runge-Kutta (or similar) method on an IBVP on the
three-dimensional wave equation
d2p/dx2+d2p/dy2+d2p/dz2-d2p/dt2=0
Most books on numerical solutions of DE describe Runge-Kutta for ODE
some transfer it to first-order PDEs in two dimensions, but i have
not found any for second order in four dimensions.
Therefore any algorithm, program code in (almost)any language,
reference to book/paper or hints on how to do it myself would be very
welcome.
I hope somebody helps me so I don't have to figure it out myself -
after all I'm sure this has been done before!
Andras
Return to Top
Subject: Re: What's 0 divided by 0??
From: kovarik@mcmail.cis.McMaster.CA (Zdislav V. Kovarik)
Date: 12 Nov 1996 18:11:00 -0500
In article <567j15$fu1$4@-s>, Sue Franklin  wrote:
:In article 
:, 
:crwhite@comp.brad.ac.uk says...
[...]
:>0/0 is a paradox, as is x/0, as is infinity/0.
Nope. A paradox is a couple of hounds. 
(Oops, this belongs to alt.humor.puns.)
ZVK (Slavek).
Return to Top
Subject: How To Purchase Russian Math Books from U.S.?
From: m-sr0069@merv.cs.nyu.edu (Salem Reyen)
Date: 12 Nov 1996 23:33:52 GMT
Hi,
	Does anyone know how to obtain (aka purchase) 
math books (translated from Russian to English) from US?  I'm 
espeicially interested problem books for analysis,
algebra, linear algebra and topology, etc.  I've searched
through Math Review, and found some were published by
"Mir" from Moscow which I've absolute no idea what that
means.  Does anyone know how to get books from
Russia if it's not possible to get them from States?
	Any help/suggestion will be extremely appreciated.
Thanks in advance.
Salem
Return to Top
Subject: How To Purchase Russian Math Books from U.S.?
From: m-sr0069@merv.cs.nyu.edu (Salem Reyen)
Date: 12 Nov 1996 23:33:52 GMT
Hi,
	Does anyone know how to obtain (aka purchase) 
math books (translated from Russian to English) from US?  I'm 
espeicially interested problem books for analysis,
algebra, linear algebra and topology, etc.  I've searched
through Math Review, and found some were published by
"Mir" from Moscow which I've absolute no idea what that
means.  Does anyone know how to get books from
Russia if it's not possible to get them from States?
	Any help/suggestion will be extremely appreciated.
Thanks in advance.
Salem
Return to Top
Subject: Re: x^3-x always divisible by 6
From: Bill Dubuque
Date: 13 Nov 1996 01:27:31 -0500
John Wilkinson  writes:
:
: Bill Dubuque wrote:
: > 
: > Bill Dubuque  writes:
: > >
: > > More generally, for any squarefree integer m, and any integer x,
: > >
: > >       phi(m) + 1
: > >     x            = x  (mod m)                                [1]
: > > ...
: > 
: > I should have pointed out the special case m=2*p, p an odd prime:
: > 
: >         p
: >       x   = x  (mod 2*p)
: > 
: > which is a slight generalization of Fermat's Little Theorem, and
: > for p=3 yields the result in the original post.
: 
: This is a lot of firepower.  x^3-x = (x-1) * x * (x+1), which is the
: product of three consecutive integers.  One of these must be divisible
: by 2 and one of them must be divisible by 3.
Yes, of course. But such ad-hoc proofs do not work in the general case.
The point of my post was to provide deeper insight into the phenomenon.
-Bill
Return to Top
Subject: Re: Trivia (P9, P14)
From: Rick Decker
Date: Wed, 13 Nov 1996 00:09:20 +0000
Bob Silverman wrote:
> 
> "Brian Christopher Sapp"  wrote:
> 
> >I would be very pleased if someone could assist me with the following
> >questions:
> 
> >1.  Given that a number is a three digit palindrome, what is the
> >probability that it is divisible by 11?
> 
> Consider 11N.  For this to be 3 digits, N must be 2 digits, say  10a+b
> which I write as ab.  Now   write 11ab as digits,  say  a'zb,   where z = a+b
> mod 10  and a' = a  or  a+1 depending whether a+b > 10.   Now you
> want a' = b.  Count the cases that make this possible.
> 
Or you could rely on the fact that a number (in base-10) is divisible by
11
if and only if (sum of first, third, fifth, ... digits) - (sum of
second,
fourth, ... digits) is divisible by 11.  Thus, if the three-digit
palindrome
is 1d1, we have to have d = 2, if it's 7d7, we have to have d = 3, and
so on.
Now (tee hee, chortle, chortle) do the same problem with 4-digit
palindromes.
Regards,
Rick
-----------------------------------------------------
Rick Decker                   rdecker@hamilton.edu
Department of Comp. Sci.      315-859-4785
Hamilton College
Clinton, NY  13323            =  !=  ==  (!)
-----------------------------------------------------
Return to Top

Downloaded by WWW Programs
Byron Palmer