Questions tagged [sagemath]

Sage is a python-based mathematics software that is called from the command line and comes by default in a CLI version. There is a notebook version that can be called from the CLI by typing notebook(). It is called sagemath here to distinguish sage from the other uses of the word.

Sage is a python-based mathematics software. It integrates almost a hundred mathematics software in a single python interface. Sage is called from the command line and comes by default in a command-line interface (CLI) version. There is a notebook version that can be called from the CLI by typing notebook().

41 questions
3
votes
2 answers

How one can install sagemath on Ubuntu?

I tried to install sagemath via command line but encountered a problem. Am I doing something wrong? I have Ubuntu 13.10. jaakko@jaakko-VPCEB1S1E:~$ sudo apt-add-repository -y ppa:aims/sagemath gpg: keyring `/tmp/tmp7y1mxl/secring.gpg' created gpg:…
2
votes
1 answer

Cantor doesn't recognize the Sage backend

I installed the package cantor-backend-sage, and then started up cantor, but Sage isn't one of the options for the backend when it starts up. How can I get cantor to use sage as a backend?
Dan
  • 479
2
votes
1 answer

Sagemath in Ubuntu 20.04 - installation warnings and unable to launch sagemath notebook

I installed sagemath using the repository on Ubuntu 20.04: sudo apt-get install sagemath Now, while installing sagemath on Ubuntu 20.04 I get the following warnings: Setting up python3-cvxopt (1.2.3+dfsg-2build1)…
user823
  • 389
2
votes
2 answers

How to install sage on ubuntu 18.04 LTS from downloaded tar.bz2 file?

i have downloaded sage from official website. i have a tar.bz2 file in my \home\pritesh\download folder in Ubuntu. Now, how to install sage in my system. please give a step by step procedure. i am a new user of ubuntu.
2
votes
0 answers

Sagemath is installed into 18.04 but something goes wrong

I have installed Sagemath 8.1 with sudo apt-get install sagemath into Ubuntu 18.04. When I try $ sage I get an error message. It seems that Sagemath lunches but something does not allow it from running. Any ideas? SageMath version 8.1, Release…
Dimitris
  • 411
1
vote
1 answer

Problems installing Sagemath

In Ubuntu 20.04, when I type: sudo apt-get install sagemath sagemath-jupyter sagemath-doc-en I get: Package sagemath is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only…
DanielD
  • 11
  • 2
0
votes
1 answer

failing to install sagemath on ubuntu 16.04 LTS

i could successfully install ubuntu 16.04 LTS but i'm unable to install sagemath in it. it says " unable to locate the package sagemath-upstream-binary" even when the code is correct. may i know why?
0
votes
1 answer

Installing Sagemath 10.3 on ubuntu

I want to install Sagemath version 10.3 on ubuntu, I have downloaded the file sage-10.3.beta1.tar.gz, I want just some steps or pictures to install it.
0
votes
0 answers

sagemath : sage test fail

I got the following error while running the sage -t command. $ sage -t test.py Traceback (most recent call last): File "/usr/share/sagemath/bin/sage-runtests", line 178, in DC = DocTestController(options, args) File…
manzar
  • 1
  • 1
0
votes
0 answers

Error building Sagemath8.1 on ubuntu 16.04 while installing

I am having Ubuntu 16.04lts running on intel i3 5th generation. I tried installing sagemath from source but keep receiving error msg: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of…
kiran
  • 1
  • 1