Re: DSolve test
- To: mathgroup at smc.vnet.net
- Subject: [mg132720] Re: DSolve test
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Mon, 12 May 2014 00:45:04 -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
- References: <20140509060727.CC1026AD8@smc.vnet.net>
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 at gtempaccount.com > Subject: DSolve test > To: mathgroup at 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. >
- References:
- DSolve test
- From: carlos.felippa%colorado.edu@gtempaccount.com
- DSolve test