10.13.2016

octave_functions_legendre_orthogonal.m

octave octave_functions_legendre_orthogonal

Function: octave_functions_legendre_orthogonal ( n, m )

    P00(x)=1
    P10(x)=x
    P20(x)=2/3x^2-1/2
    P30(x)=5/2x^3-3/2x
    

Function: legendre ( n, x )

    Compute the Legendre function of degree n and order m = 0 … n. 
    The value n must be a real non-negative integer. 
    x is a vector with real-valued elements in the range [-1, 1].
    

octave octave_functions_legendre_orthogonal.m

octave octave_functions_legendre_orthogonal