MathGroup Archive 2003

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

Search the Archive

Wierdness with the laplacian

  • To: mathgroup at smc.vnet.net
  • Subject: [mg45132] Wierdness with the laplacian
  • From: Peter Jay Salzman <p at dirac.org>
  • Date: Wed, 17 Dec 2003 07:54:46 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi all,

When I do:

	<<Calculus`VectorAnalysis`
	SetCoordinates[Spherical[r, theta, phi]
	Laplacian[ Exp[r^2] ]

Mathematica gives:

                2                     2
               r   2                 r   4
Csc[theta] (6 E   r  Sin[theta] + 4 E   r  Sin[theta])
------------------------------------------------------
                           2
                          r

Which is wrong since Exp[r^2] is not a function of theta or phi.


Why is Mathematica giving this result?

Thanks!
Pete


  • Prev by Date: arXiv style sheet on Mac OSX
  • Next by Date: Re: Date and Time - Functions-Bug!?
  • Previous by thread: Re: arXiv style sheet on Mac OSX
  • Next by thread: Re: Wierdness with the laplacian