On Fri, Jul 24, 2015 at 12:36 PM, Amritpal Singh <amrit3...@gmail.com> wrote: > On Friday, July 24, 2015 at 7:46:45 PM UTC+5:30, Nils Bruin wrote: > >> The functionality of desolve is, as documented, all provided by maxima. I >> am not aware of any verbosity options in maxima. There is a "show_method" >> option documented, which helps a little bit: >> >> sage: desolve(de,dvar=x,ivar=t,show_method=true) >> [_K2*cos(sqrt(k)*t/sqrt(m)) + _K1*sin(sqrt(k)*t/sqrt(m)), 'constcoeff'] >> >> which suggests that maxima recognized the equation as a linear ODE with >> constant coefficients. So it probably did the usual calculus thing that >> you're taught in a calculus course or a first ODE course. > > > > Thanks for reply. > > 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. >
Did you look at sympygamma? Sympy is included in Sage: http://www.sympygamma.com/input/?i=integrate%28x%5E2%2Blog%28x%29%29 > -- > Amritpal Singh > Blog address: https://amrit3701.wordpress.com/ > > -- > 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. -- 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.