MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

DSolve Not Working

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44926] DSolve Not Working
  • From: Will Oram <spamguy at NOSPAM.foxchange.NOSPAM.com>
  • Date: Tue, 9 Dec 2003 03:32:40 -0500 (EST)
  • Organization: Case Western Reserve University, Cleveland, OH, USA
  • Sender: owner-wri-mathgroup at wolfram.com

I'm using Mathematica 5; DSolve[] never works. I am literally copying from
its own documentation, and it still spits out failures. For example:

In: DSolve[y''[x]==ay'[x]+y[x],y,x]
	DSolve::dvnoarg: The function y appears with no arguments
Out: DSolve[y''[x]==(ay)/x+y[x],y,x]

Wha?


  • Prev by Date: Real -> Integer
  • Next by Date: DOS names in Mathematica 5 notebooks?
  • Previous by thread: Re: Real -> Integer
  • Next by thread: Re: DSolve Not Working