MathGroup Archive 2005

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

Search the Archive

coding problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg60176] coding problem
  • From: "Ming Hong" <zhongming at gmail.com>
  • Date: Tue, 6 Sep 2005 01:26:47 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

I am trying to solve the following equations:

xy''+(1+x)y'=0
xy'(0)=-1/2
y(Infinity)=0

Here is what I put into Mathematica:

Dsolve[{x*y''[x]+(1+x)*y'[x]==0,x*y'[0]==-1/2,y[Infinity]==0},y,x]

It didn't work and I can not figure out why.

Thanks for your help!

Ming


  • Prev by Date: Why this function does not return a single value
  • Next by Date: (how to) make a "boxes" from a MatrixForm representation?
  • Previous by thread: Re: Why this function does not return a single value
  • Next by thread: Re: coding problem