Hello All, I've been writing some code that uses SymPy matrices, and part of this code has to check to see if a matrix is a scalar matrix (diagonal and all diagonal elements are equal). Unless I missed something, SymPy only has an is_diagonal() method but not an is_scalar_matrix() method or something like that. I wrote my own function that does this (it's very basic). Would this be beneficial for SymPy matrices?
Matt Curry -- 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.
