Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16932
| From | Murray Eisenberg <murray@math.umass.edu> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: DSolve test |
| Date | 2014-05-12 04:43 +0000 |
| Message-ID | <lkpjhu$lkr$1@smc.vnet.net> (permalink) |
| References | <20140509060727.CC1026AD8@smc.vnet.net> |
| Organization | Time-Warner Telecom |
What alleged bug did you have in mind?
Did something not work as expected with Print in an earlier version. And why use print at all? Just the DSolve expression by itself will give the same output. In Mathematica 9.0.1, this is:
DSolve[{u'[t] == 2*Sqrt[u[t]], u[0] == 0}, u[t], t]
(* {{u[t]->t^2}} *)
which, of course, is valid only for t >= 0.
On May 9, 2014, 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];
>
> Thanks.
>
Murray Eisenberg murray@math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 240 246-7240 (H)
University of Massachusetts
710 North Pleasant Street
Amherst, MA 01003-9305
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: DSolve test Murray Eisenberg <murray@math.umass.edu> - 2014-05-12 04:43 +0000
csiph-web