0

I'm solving a a differential equation in Mathematica and was wondering how to show the steps, like how Wolfram|Alpha does it, in the program. Any ideas?

David
  • 179
  • 7
  • I don't believe Mathematica will do that on its own, but you can obtain the Wolfram|Alpha result (including step-by-step) like this: WolframAlpha["solve (x+1) y'(x) + y(x) == x"] – mfvonh Jun 19 '14 at 05:14
  • Thank You. It worked, just have to put how you'll input it into Wolfram|Alpha rather than the actual code to solve it. – David Jun 19 '14 at 06:39
  • WolframAlpha probably doesn't use the method it shows actually to solve differential equations under normal circumstances. The steps are most likely a separate calculation to show how one could solve it using elementary techniques, and this isn't implemented in Mathematica. – Oleksandr R. Jun 19 '14 at 12:45

0 Answers0