MathGroup Archive 2014

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

Search the Archive

Re: DSolve test

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132719] Re: DSolve test
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Mon, 12 May 2014 00:44:43 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

On 5/9/14 at 2:07 AM, carlos.felippa%colorado.edu at gtempaccount.com
wrote:

>Hi, could somebody try this in Mathematica 9 to see if the bug is
>fixed?

>sol = DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t];
>Print[sol];

I don't see any evidence of a bug

In[1]:= sol = DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t]

Out[1]= {{u[t] -> t^2}}

In[2]:= $Version

Out[2]= 9.0 for Mac OS X x86 (64-bit) (January 24, 2013)




  • Prev by Date: Re: mathematica modify code like?
  • Next by Date: Re: DSolve test
  • Previous by thread: Re: DSolve test
  • Next by thread: Re: DSolve test