MathGroup Archive 2008

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

Search the Archive

Dsolve ODE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg89037] Dsolve ODE
  • From: sokol <mirek.hyza at gmail.com>
  • Date: Sat, 24 May 2008 03:54:24 -0400 (EDT)

Hello, I've tried to solve 2nd order ODE with Dsolve but failed. 

In[1]:
DSolve[{y''[x] + Cot[x]*y'[x] + Sin[x]*y[x] == 0, 
y[\[Pi]/2] == \[Alpha], y[(7*\[Pi])/8] == \[Beta]}, y[x], x]

out[1]:
DSolve[{y''[x] + Cot[x]*y'[x] + Sin[x]*y[x] == 0, 
y[\[Pi]/2] == \[Alpha], y[(7*\[Pi])/8] == \[Beta]}, y[x], x]

Any hint? Thanks.


  • Prev by Date: Export 3d color information as a texture?
  • Next by Date: How export the 0<x<10^-6 numbers to a text file correctly
  • Previous by thread: Re: Export 3d color information as a texture?
  • Next by thread: Re: Dsolve ODE