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