Derivative over double summation?
4 次查看(过去 30 天)
显示 更早的评论
Please, can someone help me find the derivatives in this attachment? You can solve it in the attached excel document or solve it in word document and post the snap shot of the solution. Thank you so much.
4 个评论
David Goodmanson
2019-1-13
Hi Samuel,
so by dP/dm do you mean a matrix whose ij component is dP/dm_ij?
Also the summand in each of the double sums defining P is identical, so the two double sums are almost identical, differing only in slight chages in the upper limits. Is this what is intended?
回答(1 个)
Walter Roberson
2019-1-13
The derivative of absolute value is not well defined.
8 个评论
Walter Roberson
2019-1-14
The solution is as I gave before with the difference of sign() , but remember you need to be careful on the boundary condition .
The derivative is 0 except for at most two terms because the m variable are independent except the two cases of identical subscripts. So you can break it down to three cases, one for each of the two boundary conditions and one for the centre. You can then vectorize for the centre and vectorize for each of the two boundary conditions . or perhaps it works out to be four boundary conditions . Small number of them anyhow .
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!