Opened 8 years ago

Closed 8 years ago

#11136 closed Bugs (fixed)

Error in doc for legendre associated polynoms

Reported by: abeshenkov@… Owned by: John Maddock
Milestone: To Be Determined Component: math
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

The recurent formula must be:

P_{l+1}m(x)=\frac{ (2l+1)xP_lm(x)-(l+m)P_{n-1}m(x)}{l+1-m}

Change History (2)

comment:1 by John Maddock, 8 years ago

Thanks, fixed in Git.

comment:2 by John Maddock, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.