Re: [sage-support] Segfault while inverting q-adic number with fixed modulus precision

2011-05-30 Thread Jeroen Demeyer
See #11403. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org

[sage-support] Re: solve does not consider all a_x which are in the equation

2011-05-30 Thread Jakob Lombacher
Btw. I use sage 4.6.2. I wasn't aware that 4.7 allready exists. I will try out if the issue still exists in 4.7. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit t

[sage-support] solve does not consider all a_x which are in the equation

2011-05-30 Thread Jakob Lombacher
If I try to solve the following equation there are still a_x on the right hand side. In my opinion it should be solvable. Or is there an error in my code? thanks Jakob reset() var('x v_x a_x t y v_y a_y a') d = (x + v_x * t + 1/2*a_x*t**2)**2 + (y + v_y * t + 1/2 * a_y*t**2)**2 var('m') e = d(a

[sage-support] Re: Cython Problem

2011-05-30 Thread Rolf
> sudo apt-get install build-essential .. did install some additional modules. I cannot say whether actually necessary as it worked already. It was probably silly to assume that all build essentials are installed by default. Thank you for your help -- To post to this group, send email to sage-s

[sage-support] Re: Cython Problem

2011-05-30 Thread Rolf
On May 30, 1:48 pm, ancienthart wrote: > I know it's a silly question, but do you have the standard c++ libraries > installed? > > sudo apt-get install g++ > > Joal Heagney Thank you so much for this "silly" question :-) Problem solved. -- To post to this group, send email to sage-support@go

[sage-support] Re: Cython Problem

2011-05-30 Thread Jason Grout
On 5/30/11 6:48 AM, ancienthart wrote: I know it's a silly question, but do you have the standard c++ libraries installed? sudo apt-get install g++ If you're on Debian or Ubuntu, you should do sudo apt-get install build-essential You have to have the compiler and other build tools installed

[sage-support] Re: Cython Problem

2011-05-30 Thread ancienthart
I know it's a silly question, but do you have the standard c++ libraries installed? sudo apt-get install g++ Joal Heagney -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more opt