|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/05.18.17.0005.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ZernikeR[n, m, z] == ((n - m + 2)/(2 (n + 1) z)) ZernikeR[n + 1, m - 1, z] +
((n + m)/(2 (n + 1) z)) ZernikeR[n - 1, m - 1, z] /;
Element[n, Integers] && n > 0 && Element[m, Integers] && m > 0 && m <= n
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["ZernikeR", "[", RowBox[List["n", ",", "m", ",", "z"]], "]"]], "\[Equal]", RowBox[List[RowBox[List[FractionBox[RowBox[List["n", "-", "m", "+", "2"]], RowBox[List["2", RowBox[List["(", RowBox[List["n", "+", "1"]], ")"]], "z"]]], RowBox[List["ZernikeR", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", RowBox[List["m", "-", "1"]], ",", "z"]], "]"]]]], "+", RowBox[List[FractionBox[RowBox[List["n", "+", "m"]], RowBox[List["2", RowBox[List["(", RowBox[List["n", "+", "1"]], ")"]], "z"]]], RowBox[List["ZernikeR", "[", RowBox[List[RowBox[List["n", "-", "1"]], ",", RowBox[List["m", "-", "1"]], ",", "z"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", ">", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", ">", "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> <mrow> <msubsup> <mi> R </mi> <mi> n </mi> <mi> m </mi> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> <mo>  </mo> <mrow> <mrow> <mfrac> <mrow> <mi> m </mi> <mo> + </mo> <mi> n </mi> <mtext> </mtext> </mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mfrac> <mo> ⁢ </mo> <mrow> <msubsup> <mi> R </mi> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mfrac> <mrow> <mn> 2 </mn> <mo> - </mo> <mi> m </mi> <mo> + </mo> <mi> n </mi> </mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mfrac> <mo> ⁢ </mo> <mrow> <msubsup> <mi> R </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msubsup> <mo> ( </mo> <mi> z </mi> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </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> <ci> ZernikeR </ci> <ci> n </ci> <ci> m </ci> <ci> z </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <times /> <apply> <plus /> <ci> m </ci> <ci> n </ci> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> z </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> ZernikeR </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <ci> z </ci> </apply> </apply> <apply> <times /> <apply> <times /> <apply> <plus /> <cn type='integer'> 2 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <ci> n </ci> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <ci> z </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> ZernikeR </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <ci> z </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </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["ZernikeR", "[", RowBox[List["n_", ",", "m_", ",", "z_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[FractionBox[RowBox[List[RowBox[List["(", RowBox[List["n", "-", "m", "+", "2"]], ")"]], " ", RowBox[List["ZernikeR", "[", RowBox[List[RowBox[List["n", "+", "1"]], ",", RowBox[List["m", "-", "1"]], ",", "z"]], "]"]]]], RowBox[List["2", " ", RowBox[List["(", RowBox[List["n", "+", "1"]], ")"]], " ", "z"]]], "+", FractionBox[RowBox[List[RowBox[List["(", RowBox[List["n", "+", "m"]], ")"]], " ", RowBox[List["ZernikeR", "[", RowBox[List[RowBox[List["n", "-", "1"]], ",", RowBox[List["m", "-", "1"]], ",", "z"]], "]"]]]], RowBox[List["2", " ", RowBox[List["(", RowBox[List["n", "+", "1"]], ")"]], " ", "z"]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]], "&&", RowBox[List["m", "\[LessEqual]", "n"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|