MathGroup Archive 2011

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

Search the Archive

Simple DSolve equation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122612] Simple DSolve equation
  • From: Rui <rui.rojo at gmail.com>
  • Date: Thu, 3 Nov 2011 03:46:30 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Reply-to: comp.soft-sys.math.mathematica at googlegroups.com

Why does something like this not give the correct answer with restrictions over k?
How would you go about getting the right general solutions in these kind of basic differential equations?

Thanks

DSolve[{y''[x] == k y[x], y[0] == 0, y[10] == 0}, y[x], x]
Out={{y[x] -> 0}}



  • Prev by Date: "KernelMessageAction" -> "PrintToConsole" AND "PrintToNotebook"
  • Next by Date: Re: Significant Gene expression analysis in Mathematica
  • Previous by thread: "KernelMessageAction" -> "PrintToConsole" AND "PrintToNotebook"
  • Next by thread: Re: Simple DSolve equation