Re: [sage-support] How to change colors in plot3d_cube ?

2015-07-24 Thread David Joyner
On Fri, Jul 24, 2015 at 8:45 PM, Yoshihiro Sato wrote: > Hello, > > I am reading Adventure in group theory, written by David Joyner. > > I am interested in changing colors of faclet. > There is an option in plot_cube, however there is no option in plot3d_cube. > > Would you give me a suggestion ho

[sage-support] How to change colors in plot3d_cube ?

2015-07-24 Thread Yoshihiro Sato
Hello, I am reading Adventure in group theory, written by David Joyner. I am interested in changing colors of faclet. There is an option in plot_cube, however there is no option in plot3d_cube. Would you give me a suggestion how to change colors in plot3d_cube ? Thanks, Yoshihiro Sato Referenc

[sage-support] Re: VirtualBox

2015-07-24 Thread Marciano
Volker Braun gmail.com> writes: > > > Which version of VirtualBox do you have? Make sure to upgrade to the latest. > > On Sunday, June 14, 2015 at 2:19:00 AM UTC+2, Sebas Walls wrote:I tried to install SageMath in Windows but I have a problem with the Virtual Machine. The error is the next

[sage-support] Re: show graph with sage script

2015-07-24 Thread fidelbc
Have you tried using the *show* command? If *P* is the graphics object you can try using *show(P)*It might be helpful if you give more details about which version of sage you are using and in which mode (command line, notebook,...). On Tuesday, July 21, 2015 at 5:58:36 AM UTC-4, avi kaur wrote

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 prov

[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 s

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

2015-07-24 Thread David Joyner
On Fri, Jul 24, 2015 at 12:36 PM, Amritpal Singh 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 documen

[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: desolve(de,dvar=x,ivar

[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 provi

[sage-support] Query about SageMath

2015-07-24 Thread Amritpal Singh
Hello guys, I write a script to solve differential equation representing Simple Harmonic Motion. Here in my script I used a desolve function which is used to solve ordinary differential equation of 1st and 2nd order. This function gives a result of our differential equation. Now, my question is

[sage-support] Query about SageMath

2015-07-24 Thread Amritpal Singh
Hello guys, I write a script to solve differential equation representing Simple Harmonic Motion. Here in my script I used a desolve function which is used to solve ordinary differential equation of 1st and 2nd order. This function gives a result of our differential equation. Now, my question is