Derivative over double summation?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
David Goodmanson
el 13 de En. de 2019
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?
Respuestas (1)
Walter Roberson
el 13 de En. de 2019
The derivative of absolute value is not well defined.
8 comentarios
Walter Roberson
el 14 de En. de 2019
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 .
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!