Comment #1 on issue 2291 by [email protected]: is_diagonal should not check for square
http://code.google.com/p/sympy/issues/detail?id=2291
I think it makes sense to have .is_diagonal equivalent to .is_upper and .is_lower.
In SVD, the diagonal Matrix in the center can be non-square. That is the reason I'm > putting up this issue.
Doesn't this depend on which convention is chosen for SVD? -- 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.
