Re: DSolve test
- To: mathgroup at smc.vnet.net
- Subject: [mg132726] Re: DSolve test
- From: carlos.felippa%colorado.edu at gtempaccount.com
- Date: Mon, 12 May 2014 22:26:54 -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> <lkpjmc$lmi$1@smc.vnet.net>
On Sunday, May 11, 2014 10:46:04 PM UTC-6, Sasa B wrote: > First, all the best to one of the most influential mechanics teacher of our > > time, I'm glad to give this minor help :) > > > > > > Bug doesn't seem fixed > > > > sol = DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t]; Print[sol]; > > > > returns > > > > {{u[t]->t^2}} > > > > (Mathematica 9, Intel 4570) > > > > > > Aleksandar Borkovic > > > > > > > > > > > > > > On Fri, May 9, 2014 at 8: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]; > > > > > > Thanks. > > > > > > Thanks to all who replied. The bug is still there :-( u=t=0 is a fixed branch point. Two solutions: u=0 and u=t^2. DSolve only returns the latter. I can give other examples if interested.
- References:
- DSolve test
- From: carlos.felippa%colorado.edu@gtempaccount.com
- DSolve test