On Fri, Sep 23, 2011 at 6:09 AM, [email protected] <[email protected]> wrote: > In most (but not all) cases the arguments are directly passed to the > constructor of matrices. I suppose that then sympification is not necessary. > Am I right? After all I have type(Matrix( (1,) )[0]) == numbers.One.
Yes, you are right. So if the numbers are getting sent to matrix they don't need to by sympified. -- 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.
