|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/05.17.20.0005.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
D[NorlundB[n, \[Alpha], z], {z, m}] ==
(n!/(n - m)!) NorlundB[n - m, \[Alpha], z] /;
Element[n, Integers] && n >= 0 && Element[m, Integers] && m >= 0 && m <= n
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[SubscriptBox["\[PartialD]", RowBox[List["{", RowBox[List["z", ",", "m"]], "}"]]], RowBox[List["NorlundB", "[", RowBox[List["n", ",", "\[Alpha]", ",", "z"]], "]"]]]], "\[Equal]", RowBox[List[FractionBox[RowBox[List["n", "!"]], RowBox[List[RowBox[List["(", RowBox[List["n", "-", "m"]], ")"]], "!"]]], " ", RowBox[List["NorlundB", "[", RowBox[List[RowBox[List["n", "-", "m"]], ",", "\[Alpha]", ",", "z"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[LessEqual]", "n"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mfrac> <mrow> <msup> <mo> ∂ </mo> <mi> m </mi> </msup> <mrow> <msubsup> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", NorlundB] </annotation> </semantics> <mi> n </mi> <mrow> <mo> ( </mo> <mi> α </mi> <mo> ) </mo> </mrow> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> </mrow> <mrow> <mo> ∂ </mo> <msup> <mi> z </mi> <mi> m </mi> </msup> </mrow> </mfrac> <mo>  </mo> <mrow> <mfrac> <mrow> <mrow> <mi> n </mi> <mo> ! </mo> </mrow> <mtext> </mtext> </mrow> <mrow> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> - </mo> <mi> m </mi> </mrow> <mo> ) </mo> </mrow> <mo> ! </mo> </mrow> </mfrac> <mo> ⁢ </mo> <mrow> <msubsup> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", NorlundB] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mi> m </mi> </mrow> <mrow> <mo> ( </mo> <mi> α </mi> <mo> ) </mo> </mrow> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ≤ </mo> <mi> n </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <partialdiff /> <bvar> <ci> z </ci> <degree> <ci> m </ci> </degree> </bvar> <apply> <ci> NorlundB </ci> <ci> n </ci> <ci> α </ci> <ci> z </ci> </apply> </apply> <apply> <times /> <apply> <times /> <apply> <factorial /> <ci> n </ci> </apply> <apply> <power /> <apply> <factorial /> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> NorlundB </ci> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> </apply> <ci> α </ci> <ci> z </ci> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> <apply> <in /> <ci> m </ci> <ci> ℕ </ci> </apply> <apply> <leq /> <ci> m </ci> <ci> n </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[SubscriptBox["\[PartialD]", RowBox[List[RowBox[List["{", RowBox[List["z_", ",", "m_"]], "}"]]]]], RowBox[List["NorlundB", "[", RowBox[List["n_", ",", "\[Alpha]_", ",", "z_"]], "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[FractionBox[RowBox[List[RowBox[List["n", "!"]], " ", RowBox[List["NorlundB", "[", RowBox[List[RowBox[List["n", "-", "m"]], ",", "\[Alpha]", ",", "z"]], "]"]]]], RowBox[List[RowBox[List["(", RowBox[List["n", "-", "m"]], ")"]], "!"]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[LessEqual]", "n"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|