Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16936
| From | Tomas Garza <tgarza10@msn.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: DSolve test |
| Date | 2014-05-12 04:45 +0000 |
| Message-ID | <lkpjl3$lm4$1@smc.vnet.net> (permalink) |
| References | <20140509060727.CC1026AD8@smc.vnet.net> |
| Organization | Time-Warner Telecom |
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.
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: DSolve test Tomas Garza <tgarza10@msn.com> - 2014-05-12 04:45 +0000
csiph-web