Strange behaviour of DSolve on SUN in Mathematica 4.0
- To: mathgroup at smc.vnet.net
- Subject: [mg29593] Strange behaviour of DSolve on SUN in Mathematica 4.0
- From: "Wil Kortsmit" <rcwil at win.tue.nl>
- Date: Wed, 27 Jun 2001 05:12:27 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hello, Does someone recognise this behaviour of Mathematica 4.0 on a Sun system? DSolve[{x'[t] == x[t]^2, y'[t] == x[t]y[t], x[0] == x0, y[0] == y0},{x[t],y[t]},t] with result {x[t] -> 1/(-t + 1/x0), y[t] -> -(y0/((t - 1/x0)*x0))} Notice the single curly braces! On a windows system with version 4.1 we get the expected double curly braces. Thanks in advance, Wil Kortsmit