|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/07.01.23.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sum[(1/(2^k k!)) HermiteH[k, x] HermiteH[k, y], {k, 0, n}] ==
(1/(2^(n + 1) n! (x - y))) (HermiteH[n + 1, x] HermiteH[n, y] -
HermiteH[n, x] HermiteH[n + 1, y]) /; Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], "n"], RowBox[List[FractionBox["1", RowBox[List[SuperscriptBox["2", "k"], RowBox[List["k", "!"]]]]], RowBox[List["HermiteH", "[", RowBox[List["k", ",", "x"]], "]"]], " ", RowBox[List["HermiteH", "[", RowBox[List["k", ",", "y"]], "]"]]]]]], "\[Equal]", RowBox[List[FractionBox["1", RowBox[List[SuperscriptBox["2", RowBox[List["n", "+", "1"]]], RowBox[List["n", "!"]], RowBox[List["(", RowBox[List["x", "-", "y"]], ")"]]]]], RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["HermiteH", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "x"]], "]"]], RowBox[List["HermiteH", "[", RowBox[List["n", ",", "y"]], "]"]]]], "-", RowBox[List[RowBox[List["HermiteH", "[", RowBox[List["n", ",", "x"]], "]"]], RowBox[List["HermiteH", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "y"]], "]"]]]]]], ")"]]]]]], "/;", 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> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mfrac> <mrow> <mrow> <msub> <mi> H </mi> <mi> k </mi> </msub> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msub> <mi> H </mi> <mi> k </mi> </msub> <mo> ( </mo> <mi> y </mi> <mo> ) </mo> </mrow> </mrow> <mrow> <msup> <mn> 2 </mn> <mi> k </mi> </msup> <mo> ⁢ </mo> <mrow> <mi> k </mi> <mo> ! </mo> </mrow> </mrow> </mfrac> </mrow> <mo> ⩵ </mo> <mfrac> <mrow> <mrow> <mrow> <msub> <mi> H </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msub> <mi> H </mi> <mi> n </mi> </msub> <mo> ( </mo> <mi> y </mi> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mrow> <mrow> <msub> <mi> H </mi> <mi> n </mi> </msub> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msub> <mi> H </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <mo> ( </mo> <mi> y </mi> <mo> ) </mo> </mrow> </mrow> </mrow> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <mrow> <mi> n </mi> <mo> ! </mo> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> x </mi> <mo> - </mo> <mi> y </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </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> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <ci> HermiteH </ci> <ci> k </ci> <ci> x </ci> </apply> <apply> <ci> HermiteH </ci> <ci> k </ci> <ci> y </ci> </apply> <apply> <power /> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> <apply> <factorial /> <ci> k </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <apply> <plus /> <apply> <times /> <apply> <ci> HermiteH </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> x </ci> </apply> <apply> <ci> HermiteH </ci> <ci> n </ci> <ci> y </ci> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <ci> HermiteH </ci> <ci> n </ci> <ci> x </ci> </apply> <apply> <ci> HermiteH </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> y </ci> </apply> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <factorial /> <ci> n </ci> </apply> <apply> <plus /> <ci> x </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> y </ci> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </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[UnderoverscriptBox["\[Sum]", RowBox[List["k_", "=", "0"]], "n_"], FractionBox[RowBox[List[RowBox[List["HermiteH", "[", RowBox[List["k_", ",", "x_"]], "]"]], " ", RowBox[List["HermiteH", "[", RowBox[List["k_", ",", "y_"]], "]"]]]], RowBox[List[SuperscriptBox["2", "k_"], " ", RowBox[List["k_", "!"]]]]]]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[RowBox[List[RowBox[List["HermiteH", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "x"]], "]"]], " ", RowBox[List["HermiteH", "[", RowBox[List["n", ",", "y"]], "]"]]]], "-", RowBox[List[RowBox[List["HermiteH", "[", RowBox[List["n", ",", "x"]], "]"]], " ", RowBox[List["HermiteH", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", "y"]], "]"]]]]]], RowBox[List[SuperscriptBox["2", RowBox[List["n", "+", "1"]]], " ", RowBox[List["n", "!"]], " ", RowBox[List["(", RowBox[List["x", "-", "y"]], ")"]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|