What is the best way to represent a symbolic operation in SymPy that has multiple outputs? In particular I would like an LUDecomposition object.
L, U = LUDecomposition((X*X.T).I*X) It's a bit strange because I want to separately refer to two halves of one lazily evaluated object. Do we have any solution for this kind of issue in SymPy? Best, -Matt -- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
