Comment #2 on issue 2756 by [email protected]: Implement MatrixFunction
http://code.google.com/p/sympy/issues/detail?id=2756

So actually we would want to support functions of matrices as well as functions of real (or complex) parameters. I guess we could just have one MatrixFunction and it could be inferred from the type of the argument.

Symbol()(t) converts to Function()(t) because this allows the parser to just convert all unknown names into Symbols, without having to check if they really should be Functions. Since the parser won't handle MatrixSymbol, I think just disabling this for now is a good fix.

--
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.

Reply via email to