Opened 8 years ago
Closed 8 years ago
#11136 closed Bugs (fixed)
Error in doc for legendre associated polynoms
Reported by: | 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 , 8 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, fixed in Git.