Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!newspump.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail From: Tomas Garza Newsgroups: comp.soft-sys.math.mathematica Subject: Re: DSolve test Date: Mon, 12 May 2014 04:45:23 +0000 (UTC) Sender: steve@smc.vnet.net Approved: Steven M. Christensen , Moderator Message-ID: References: <20140509060727.CC1026AD8@smc.vnet.net> Lines: 20 Organization: Time-Warner Telecom NNTP-Posting-Date: 12 May 2014 04:51:44 GMT NNTP-Posting-Host: 333b8451.news.twtelecom.net X-Trace: DXC=HMcgJE=>0R>]\7jU_c8kQj6=;[h;PUXBgb4Pm3bW^Q9cm6EFiONJ7[Go6WgFGf9UWMN4 X-Complaints-To: abuse@twtelecom.net Xref: csiph.com comp.soft-sys.math.mathematica:16936 What bug? The solution is all right, ain't it? (V.9.0.1) sol=DSolve[{u'[t]==2*Sqrt[u[t]],u[0]==0},u[t],t]; Print[sol] {{u[t]->t^2}} Of course, you must delete the last semicolon in the input cell if you want to see the solution printed. -Tomas > From: carlos.felippa%colorado.edu@gtempaccount.com > Subject: DSolve test > To: mathgroup@smc.vnet.net > Date: Fri, 9 May 2014 02:07:27 -0400 > > 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. >