Re: [sage-support] non homogeneous second differential equations

2019-08-30 Thread Andy Howell
Morgen, You might want to pick up copy of "Introduction to Differential Equations Using Sage" by David Joyner and Marshall Hampton. https://www.amazon.com/dp/B0094H6FMC/ref=rdr_kindle_ext_tmb It helped me when I was taking DE. Google is your friend:

Re: [sage-support] sage not starting on Ubuntu 19.04 due to temp files

2019-05-04 Thread Andy Howell
Sorry to reply to my own post. I figured out exactly what was happening and created a ticket for it. https://trac.sagemath.org/ticket/27769 Andy On 5/4/19 4:44 PM, Andy Howell wrote: I'm posting this in case someone comes across the same problem. I recently upgraded to Ubuntu 19.04. T

[sage-support] sage not starting on Ubuntu 19.04 due to temp files

2019-05-04 Thread Andy Howell
I'm posting this in case someone comes across the same problem. I recently upgraded to Ubuntu 19.04. Trying to start sage resulted in the message "killed". This was with 8.8 Beta 4 and 8.3. The later was an official distribution. Both behaved the same way. There was a bunch of cruft under ~

Re: [sage-support] Problem installing on Ubuntu 18.04

2018-10-01 Thread Andy Howell
I  do the following: - cd ~/bin - untar the Ubuntu 16.04 version - rename the ~/bin/SageMath to ~/bin/SageMath-8.3 so that I can have multiple versions if needed. - ln -s ~/bin/SageMath-8.3/sage sage-8.3 - ln -s ~/bin/SageMath-8.3/sage sage # My default version ~/bin is in my path, so I can j

[sage-support] orientation in 3D plots

2018-01-23 Thread Andy Howell
I'm trying to figure out how to orient a 3D plot. I found a keyword 'orientation' that takes 4 parameters, but I don't know that they are. Can anyone explain them? Thanks, Andy -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe f

[sage-support] latex rendering problems

2017-11-22 Thread Andy Howell
I have two problems rendering latex. The first is in a plot title. The fraction should be centered. If I try the same latex: \sum_{n=1}^{\infty}\frac{12}{(-5)^n} at http://www.codecogs.com/latex/eqneditor.php it renders as I expect. The second problem is rendering latex for a table. I thought

Re: [sage-support] How do I use @interact with sage 8.0 jupyter notebook?

2017-10-23 Thread Andy Howell
Kcrisman, I was having problems with the latest release: sage-8.0-Ubuntu_16.04-x86_64.tar.bz2. I verified the MD5 hash on it: 20d666b5284f1175b84ff5cb32e922eb I grabbed it from: http://files.sagemath.org/linux/64bit/index.html If there is anything you would like me to try in 8.0 I'm happy do

Re: [sage-support] How do I use @interact with sage 8.0 jupyter notebook?

2017-10-22 Thread Andy Howell
Henri, I was running 8.0 from the tar file on sagemath downloads. Thinking that I may have messed up the notebook with previous commands, I restarted sage -n and tried the https://wiki.sagemath.org/interact/calculus#Some_polar_parametric_curves

[sage-support] How do I use @interact with sage 8.0 jupyter notebook?

2017-10-21 Thread Andy Howell
I'm trying to learn how to use the @interact command. The examples here: http://doc.sagemath.org/html/en/prep/Quickstarts/Interact.html do not work. I get a stack traces complaining about variable types etc. Other examples I tried: https://wiki.sagemath.org/interact/calculus#Some_polar_paramet

[sage-support] Title and tick formater ignored with graphics_array

2017-10-20 Thread Andy Howell
I'm trying to make graphics array with plots containing tick marks and a titles. When displayed individually, a.show(), b.show(), they display correctly. In a graphics_array however, the first graph looses these attributes (b). f=4*sin(3*x) b=plot(f,0,pi/3,ticks=pi/6,tick_formatter=pi, title="