[sage-support] Re: Query about SageMath

2015-07-24 Thread Nils Bruin
On Friday, July 24, 2015 at 3:18:16 AM UTC-7, Amritpal Singh wrote: Now, my question is that which thing I will do with my code such that Sage can print all the steps that they can internally do to solving a differential equation. The functionality of desolve is, as documented, all provided

[sage-support] Re: Query about SageMath

2015-07-24 Thread Amritpal Singh
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:

[sage-support] Re: Query about SageMath

2015-07-24 Thread Nils Bruin
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

Re: [sage-support] Re: Query about SageMath

2015-07-24 Thread Nils Bruin
On Friday, July 24, 2015 at 10:07:24 AM UTC-7, David Joyner wrote: Did you look at sympygamma? Sympy is included in Sage: http://www.sympygamma.com/input/?i=integrate%28x%5E2%2Blog%28x%29%29 That is extremely cool! Indeed dsolve(diff( y(x),x,x)+y(x)) solves the equation. It doesn't provide

Re: [sage-support] Re: Query about SageMath

2015-07-24 Thread David Joyner
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