Updates:
Status: Invalid
Comment #3 on issue 2231 by asmeurer: Matrix determinant properties are not
satisfied.
http://code.google.com/p/sympy/issues/detail?id=2231
Yes, the correct way to compare expressions is to canonize them with expand
or some other function. An even better way to test equality is to subtract
one from the other and see if you can reduce it to 0, like
simplify((B**2).det() - B.det()**2)
0
--
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.