bundles / scipy latest / scipy / special / _orthogonal / sh_legendre
function
scipy.special._orthogonal:sh_legendre
Signature
def sh_legendre ( n , monic = False ) Summary
Shifted Legendre polynomial.
Extended Summary
Defined as for the nth Legendre polynomial.
Parameters
n: intDegree of the polynomial.
monic: bool, optionalIf
True, scale the leading coefficient to be 1. Default isFalse.
Returns
P: orthopoly1dShifted Legendre polynomial.
Notes
The polynomials are orthogonal over with weight function 1.
Aliases
-
scipy.special.sh_legendre