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?