Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16935

Re: DSolve test

From Bill Rowe <readnews@sbcglobal.net>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: DSolve test
Date 2014-05-12 04:45 +0000
Message-ID <lkpjkf$llr$1@smc.vnet.net> (permalink)
Organization Time-Warner Telecom

Show all headers | View raw


On 5/9/14 at 2:07 AM, carlos.felippa%colorado.edu@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)

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Re: DSolve test Bill Rowe <readnews@sbcglobal.net> - 2014-05-12 04:45 +0000

csiph-web