Status: Accepted Owner: ---- CC: [email protected] Labels: Type-Defect Priority-Medium Matrices
New issue 3125 by [email protected]: Is matrixify() for internal use? http://code.google.com/p/sympy/issues/detail?id=3125 The docstring of matrixify(): """ Recursively walks down an expression tree changing Expr's to MatExpr's i.e. Add -> MatAdd Mul -> MatMul Only changes those Exprs which contain MatrixSymbols This function is useful when traditional SymPy functions which use Mul and Add are called on MatrixExpressions. Examples flatten, expand, simplify... Calling matrixify after calling these functions will reset classes back to their matrix equivalents For internal use """ If it's for internal use, why is it imported with from sympy import *? -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
