Is it not enough to just have two properties, L and U, of the object?
What kinds of things would you want to do with the object?

Aaron Meurer

On Tue, Oct 9, 2012 at 4:54 PM, Matthew Rocklin <[email protected]> wrote:
> 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.

-- 
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.

Reply via email to