Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What functionality from SymPy is incorporated in Sage

I notice that SymPy is a standard package that is installed with Sage: https://doc.sagemath.org/html/en/reference/spkg/index.html

I am wondering what functionality in Sage is built on the SymPy library? Sage seems to have it's own variable system built from source: https://ask.sagemath.org/question/63326/package-that-is-used-for-the-sagesymbolicexpressionexpression/

What functionality from SymPy is incorporated in Sage

I notice that SymPy is a standard package that is installed with Sage: https://doc.sagemath.org/html/en/reference/spkg/index.html

I am wondering what functionality in Sage is built on the SymPy library? Sage seems to have it's own variable system built from source: https://ask.sagemath.org/question/63326/package-that-is-used-for-the-sagesymbolicexpressionexpression/

I realize after I posted this, that there is probably many things included than can be listed. It looks like SymPy is an option for certain functionality.

Does anyone know if SymPy is used for any core features? As in, without SymPy these features would not exist?

Also, if there is anyway to search this out myself by knowing how to explore the source code and look for dependencies on SymPy, I would appreciate if someone could tell me how to do that.