Comment #4 on issue 3405 by [email protected]: Add simplify keyword to inv http://code.google.com/p/sympy/issues/detail?id=3405
The simplify function cannot be applied to matrices at present. You are quoting that function's docstring, not the docstring of Matrix.simplify -- the method -- which does the simplification in place. A simplify keyword (as handled in rref, as Aaron said) could be added, however.
-- 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.
