Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Medium Matrices
New issue 2747 by [email protected]: cse of a Matrix returns a list http://code.google.com/p/sympy/issues/detail?id=2747 In [183]: cse(Matrix([[sin(x), cos(x)], [-cos(x), sin(x)]])) Out[183]: ([(x₀, cos(x)), (x₁, sin(x))], [x₁, x₀, -x₀, x₁]) The second argument is a list, but it should be a 2x2 Matrix. -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
