MathGroup Archive 2014

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

Search the Archive

DSolve test

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132707] DSolve test
  • From: carlos.felippa%colorado.edu at gtempaccount.com
  • Date: Fri, 9 May 2014 02:07:27 -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

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];

Thanks.



  • Prev by Date: Numerical solution from Module
  • Next by Date: Re: MathKernel7 produces no Graphics
  • Previous by thread: Re: Numerical solution from Module
  • Next by thread: Re: DSolve test