Evaluate general matrix function
I want to evaluate this function exp(x) (2+sin(x)) at the matrix A . How can I write it in Matlab?
my tried is f= expm(A)*(2+funm(A,@sin)); but it is not correct
Get Answers For Free
Most questions answered within 1 hours.