Nuprl Definition : Legendre

Legendre(n;x) ==
  if (n =z 0) then r1
  if (n =z 1) then x
  else ((2 n) Legendre(n 1;x) Legendre(n 2;x))/n
  fi 



Definitions occuring in Statement :  int-rdiv: (a)/k1 int-rmul: k1 a rsub: y rmul: b int-to-real: r(n) ifthenelse: if then else fi  eq_int: (i =z j) multiply: m subtract: m natural_number: $n
Definitions occuring in definition :  int-to-real: r(n) ifthenelse: if then else fi  eq_int: (i =z j) int-rdiv: (a)/k1 rsub: y multiply: m rmul: b int-rmul: k1 a subtract: m natural_number: $n
FDL editor aliases :  Legendre

Latex:
Legendre(n;x)  ==
    if  (n  =\msubz{}  0)  then  r1
    if  (n  =\msubz{}  1)  then  x
    else  ((2  *  n)  -  1  *  x  *  Legendre(n  -  1;x)  -  n  -  1  *  Legendre(n  -  2;x))/n
    fi 



Date html generated: 2019_10_30-AM-11_32_41
Last ObjectModification: 2019_01_01-PM-03_16_15

Theory : reals_2


Home Index