On Friday, July 24, 2015 at 9:36:14 AM UTC-7, Amritpal Singh wrote: > > I know that function show_method gives a result that by which method that > Sage solved a differential equation. > > This is not my exact answer of my question. I need to print all the steps > that Sage can internally do to solving my differential equation. >
I already referred you to Maxima for that -- and that Maxima doesn't seem to provide any options (beyond show_method) that display extra steps. You'd have to instrument the code yourself, or use a lisp debugger to trace the maxima code. Sage will just get in the way of doing so: use maxima directly and read up on debugging capabilities in your favourite lisp. If you're more interested in steps that allow you to solve the equation, rather than the exact steps that maxima follows, it will be much less work to look up "linear ordinary differential equations with constant coefficients" in a calculus, linear algebra, or analysis text and see how one solves such equations. It's pretty straightforward. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.