Hi, I noticed the Matrix.exp() function which calculates the exponential of 
a Matrix.

The exp() function fails when calling exp(matrix) because it does not 
recognize the matrix object.

exp is a class inheriting the "Function" object.

What about creating an "ForwardFunction" object which tries to look for 
methods having the same name of the class to apply it?

For example, the exp() function would not recognize a Matrix object in its 
algorithm, but would notice the Matrix.exp() method on its arg and call it.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to