Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread Vincent Delecroix
How did you install it? On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote: ┌┐ │ SageMath version 8.1, Release Date: 2017-12-07 │ │ Type "notebook()" for the browser-based notebook interface.

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread 1'm_Z3r0
I installed it using the terminal command sudo apt install sagemath-common On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix < 20100.delecr...@gmail.com> wrote: > How did you install it? > > > On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote: > >> ┌

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread pi
On 18.04 you just have to install sudo apt install sagemath and it should gives you the deps... *There is a sage-notebook now just select it from synaptic Otherwise download the ubuntu binary and make a symlink (you should find it on the list it has been explained few times already). Le 28/

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread pi
I don't know why ? Another solution is to install the binary from sage site (that's what I do to avoid deps problems) http://www.sagemath.org/download.html Choose the appropriate one Forme it's the first one *sage-8.2-Ubuntu_16.04-x86_64.tar.bz2*

Re: [sage-support] Re: Sage's animations and windows 10

2018-06-28 Thread Vincent Delecroix
Dear Erik, On 22/06/2018 16:53, Erik Bray wrote: On Thu, Jun 14, 2018 at 11:46 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: On 01/06/2018 23:40, Erik Bray wrote: On Friday, June 1, 2018 at 3:32:19 PM UTC+2, Francesco wrote: Hello everyone. My installation is Sage 8.2 and windows

Re: [sage-support] integral points on ellipitc curves

2018-06-28 Thread grafix
Is any possibility to find on MAGMA of integral points on elliptic curve such type where coefficient by x^3 isn't equal 1 e.q.: A := AffineSpace(Rationals(),2); C := Curve(y^2-4*x^3+7*x+3); IntegralPoints(C); When I execute e.g. IntegralQuarticPoints([0, 4, 0, -7, -3]); output of Magma is: ) In