Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I want to calculate following:

$\nabla I(\phi(x,p))$

Where p is a 3d vector and I is a matrix. I have no idea to do this calculation and I'm not sure if it's possible to calculate the gradient of a matrix.

share|improve this question
1  
Can you give some context about why exactly you want to calculate this? What are you trying to achieve? There certainly is a way to calculate some kind of derivative, but you probably shouldn't call it a gradient, and it's a somewhat cumbersome rank-3 object. So it would be good to know what you're really after so that one can give a helpful answer. – Rahul Narain May 17 '12 at 10:38

1 Answer

convert matrix to a vector...take the gradient....convert it back to the matrix!!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.