MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

ArcTan[x, 0] With Numeric Values

  • To: mathgroup at smc.vnet.net
  • Subject: [mg30544] ArcTan[x, 0] With Numeric Values
  • From: "David Park" <djmp at earthlink.net>
  • Date: Tue, 28 Aug 2001 04:54:49 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Dear MathGroup,

Why does this two argument form of ArcTan not automatically simplify with
numeric input? It does simplify with number input.

{ArcTan[5, 0], ArcTan[Sqrt[5], 0], ArcTan[Pi, 0]}
Simplify[%]
FullSimplify[%]

{0, ArcTan[Sqrt[5], 0], ArcTan[Pi, 0]}
{0, 0, ArcTan[Pi, 0]}
{0, 0, 0}

One would normally expect the same simplification to automatically occur in
all three of these cases.

David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/



  • Prev by Date: Req : patch file 4 running program.
  • Next by Date: Re: Random often fails to return a result
  • Previous by thread: Req : patch file 4 running program.
  • Next by thread: Re: ArcTan[x, 0] With Numeric Values