Integration of Legendre polynomials using MATLAB -


do know how find solution integral

integral_(-1)^1 (legendrep(n, x) legendrep(m, x))/(1-x^2) dx 

using matlab? know mathematica it'is pretty easy not have access it. tried in different ways using matlab not seem work.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -