Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #22802: Symbolic to SymPy convertion for generic function
Implement generic function coversion from Symbolic to SymPy {{{ sage: a = function('A')(x,y) sage: type(A) <class 'sage.symbolic.function_factory.NewSymbolicFunction'> sage: type(a) <type 'sage.symbolic.expression.Expression'> sage: a._sympy_() ------------------------------------------------------------------------ --- NotImplementedError Traceback (most recent call last) <ipython-input-101-eeb95aeda6e6> in <module>() ----> 1 a._sympy_() }}} URL: https://trac.sagemath.org/22802 Reported by: mmancini Ticket author(s): Marco Mancini Reviewer(s): Travis Scrimshaw
- Loading branch information