For those interested: https://github.com/sympy/sympy/pull/13655
On Thursday, 30 November 2017 09:49:16 UTC+1, Francesco Bonazzi wrote: > > > > 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/fd09cb0b-1319-4cf7-b9d4-37506ea1385c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
