On Monday, 27 November 2017 21:53:08 UTC+1, Aaron Meurer wrote: > > I think it would be better to explicitly require a Matrix object, although > lists could > potentially be useful for easier input.
Matrix is always a two dimensioanl objects, even if they are row- or column- matrices. > Assumedly the output would be a Matrix (a list output would be less useful > for further SymPy > operations). > The output is an Array, an the dimension may vary. Matrices always have 2 dimensions. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/071375db-731a-4a5b-bbdc-f884c4de7427%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
