|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/07.07.06.0014.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LegendreP[n, z] == (-1)^n Sum[((Pochhammer[-n, k] Pochhammer[n + 1, k])/k!^2)
((z + 1)/2)^k, {k, 0, n}] /; Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["LegendreP", "[", RowBox[List["n", ",", "z"]], "]"]], "\[Equal]", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "n"], RowBox[List[FractionBox[RowBox[List[RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["-", "n"]], ",", "k"]], "]"]], " ", RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "k"]], "]"]], " "]], SuperscriptBox[RowBox[List["k", "!"]], "2"]], SuperscriptBox[RowBox[List["(", FractionBox[RowBox[List["z", "+", "1"]], "2"], ")"]], "k"]]]]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <msub> <semantics> <mi> P </mi> <annotation encoding='Mathematica'> TagBox["P", LegendreP] </annotation> </semantics> <mi> n </mi> </msub> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> n </mi> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <mfrac> <mrow> <semantics> <msub> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> ) </mo> </mrow> <mi> k </mi> </msub> <annotation encoding='Mathematica'> TagBox[SubscriptBox[RowBox[List["(", RowBox[List["-", "n"]], ")"]], "k"], Pochhammer] </annotation> </semantics> <mo> ⁢ </mo> <semantics> <msub> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> k </mi> </msub> <annotation encoding='Mathematica'> TagBox[SubscriptBox[RowBox[List["(", RowBox[List["n", "+", "1"]], ")"]], "k"], Pochhammer] </annotation> </semantics> </mrow> <msup> <mrow> <mi> k </mi> <mo> ! </mo> </mrow> <mn> 2 </mn> </msup> </mfrac> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mfrac> <mrow> <mi> z </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ) </mo> </mrow> <mi> k </mi> </msup> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> LegendreP </ci> <ci> n </ci> <ci> z </ci> </apply> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <times /> <apply> <ci> Pochhammer </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <ci> k </ci> </apply> <apply> <ci> Pochhammer </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> k </ci> </apply> <apply> <power /> <apply> <power /> <apply> <factorial /> <ci> k </ci> </apply> <cn type='integer'> 2 </cn> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <plus /> <ci> z </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["LegendreP", "[", RowBox[List["n_", ",", "z_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "n"], FractionBox[RowBox[List[RowBox[List["(", RowBox[List[RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["-", "n"]], ",", "k"]], "]"]], " ", RowBox[List["Pochhammer", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "k"]], "]"]]]], ")"]], " ", SuperscriptBox[RowBox[List["(", FractionBox[RowBox[List["z", "+", "1"]], "2"], ")"]], "k"]]], SuperscriptBox[RowBox[List["(", RowBox[List["k", "!"]], ")"]], "2"]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LegendreP[n,z] | LegendreP[n,mu,2,z] | LegendreP[nu,mu,z] | LegendreP[nu,mu,2,z] | LegendreP[nu,mu,3,z] | |
|
|
|