MathGroup Archive 2009

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

Search the Archive

Re: How to simplify?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg96258] Re: How to simplify?
  • From: Jennifer Eden <jennifereden.price at gmail.com>
  • Date: Tue, 10 Feb 2009 05:52:43 -0500 (EST)
  • References: <gmp12n$c85$1@smc.vnet.net>

My apologies - I screwed up the original email. Here's the correct
code which fails to simplify properly. The first two lines are
designed to indicate what it ought to simplify to.

S[r_] := 1/2 r BesselJ[1, r];
D[S[r], {r, 2}] + 1/r D[S[r], r] + S[r] // FullSimplify
DSolve[y''[r] + 1/r y'[r] + y[r] == BesselJ[0, r], y[r],  r] //
FullSimplify  (* Note: y[r] instead of S[r] *)

Many thanks in advance,

Aaron


  • Prev by Date: Mathematicas simplifications
  • Next by Date: Critical memory leak with J/Link (2)
  • Previous by thread: Re: How to simplify?
  • Next by thread: Re: Re: How to simplify?