Top "Sage" questions

SageMath, the Sage Mathematical Software System: free software for Computational Mathematics, based on Python.

Launch Pycharm from command line (terminal)

I want to try out PyCharm for sage mathematics development. Normally I run eclipse to do sage development, but now …

python command-line environment-variables pycharm sage
Python/sage: can lists start at index 1?

I've downloaded from a supposedly serious source a sage script. It doesn't work on my computer, and a quick debugging …

python list sage
SciPy Create 2D Polygon Mask

I need to create a numpy 2D array which represents a binary mask of a polygon, using standard Python packages. …

python scipy polygon sage point-in-polygon
How to install sagemath kernel in Jupyter

I could use Python Kernel with Jupyter. I am looking for a way to use sagemath inside Jupyter.I couldnt …

jupyter jupyter-notebook sage
What is the difference between SymPy and Sage?

What is the difference between SymPy and Sage a.k.a. SageMath?

python math algebra sympy sage
Cython error: Undeclared name not built in:array

I am compiling this Cython code in Sage Cell Server and I get the following error. undeclared name not builtin: …

numpy cython sage
How to add titles, axis label, and legend in sagemath?

I'm currently making some graphs using the online workbook hosted by sagemath. This is an example of some code I'm …

python graphing sage
using a sage function standalone within python

There is a function within sage, latex, that I want to use in directly from the command line, without dropping …

python sage