|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/13.08.16.0005.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JacobiSymbol[n, m] JacobiSymbol[n, k] == JacobiSymbol[n, k m] /;
GCD[n, m] == 1 && GCD[n, k] == 1 && Element[(m - 3)/2, Integers] &&
(m - 3)/2 >= 0 && Element[(k - 3)/2, Integers] && (k - 3)/2 >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List["JacobiSymbol", "[", RowBox[List["n", ",", "m"]], "]"]], RowBox[List["JacobiSymbol", "[", RowBox[List["n", ",", "k"]], "]"]]]], "\[Equal]", RowBox[List["JacobiSymbol", "[", RowBox[List["n", ",", RowBox[List["k", " ", "m"]]]], "]"]]]], "/;", RowBox[List[RowBox[List[RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]], "\[Equal]", "1"]], "\[And]", RowBox[List[RowBox[List["GCD", "[", RowBox[List["n", ",", "k"]], "]"]], "\[Equal]", "1"]], "\[And]", RowBox[List[FractionBox[RowBox[List["m", "-", "3"]], "2"], "\[Element]", "Integers"]], "\[And]", RowBox[List[FractionBox[RowBox[List["m", "-", "3"]], "2"], "\[GreaterEqual]", "0"]], "\[And]", RowBox[List[FractionBox[RowBox[List["k", "-", "3"]], "2"], "\[Element]", "Integers"]], "\[And]", RowBox[List[FractionBox[RowBox[List["k", "-", "3"]], "2"], "\[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> <semantics> <mrow> <mo> ( </mo> <mfrac> <mi> n </mi> <mi> m </mi> </mfrac> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", FractionBox["n", "m"], ")"]], JacobiSymbol, Rule[Editable, False]] </annotation> </semantics> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mfrac> <mi> n </mi> <mi> k </mi> </mfrac> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", FractionBox["n", "k"], ")"]], JacobiSymbol, Rule[Editable, False]] </annotation> </semantics> </mrow> <mo> ⩵ </mo> <semantics> <mrow> <mo> ( </mo> <mfrac> <mi> n </mi> <mrow> <mi> k </mi> <mo> ⁢ </mo> <mi> m </mi> </mrow> </mfrac> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", FractionBox["n", RowBox[List["k", " ", "m"]]], ")"]], JacobiSymbol, Rule[Editable, False]] </annotation> </semantics> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> , </mo> <mi> m </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mn> 1 </mn> </mrow> <mo> ∧ </mo> <mrow> <mrow> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mi> n </mi> <mo> , </mo> <mi> k </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mn> 1 </mn> </mrow> <mo> ∧ </mo> <mrow> <mfrac> <mrow> <mi> m </mi> <mo> - </mo> <mn> 3 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mfrac> <mrow> <mi> k </mi> <mo> - </mo> <mn> 3 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <times /> <apply> <ci> JacobiSymbol </ci> <ci> n </ci> <ci> m </ci> </apply> <apply> <ci> JacobiSymbol </ci> <ci> n </ci> <ci> k </ci> </apply> </apply> <apply> <ci> JacobiSymbol </ci> <ci> n </ci> <apply> <times /> <ci> k </ci> <ci> m </ci> </apply> </apply> </apply> <apply> <and /> <apply> <eq /> <apply> <gcd /> <ci> n </ci> <ci> m </ci> </apply> <cn type='integer'> 1 </cn> </apply> <apply> <eq /> <apply> <gcd /> <ci> n </ci> <ci> k </ci> </apply> <cn type='integer'> 1 </cn> </apply> <apply> <in /> <apply> <times /> <apply> <plus /> <ci> m </ci> <cn type='integer'> -3 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <ci> ℕ </ci> </apply> <apply> <in /> <apply> <times /> <apply> <plus /> <ci> k </ci> <cn type='integer'> -3 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[RowBox[List["JacobiSymbol", "[", RowBox[List["n_", ",", "m_"]], "]"]], " ", RowBox[List["JacobiSymbol", "[", RowBox[List["n_", ",", "k"]], "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["JacobiSymbol", "[", RowBox[List["n", ",", RowBox[List["k", " ", "m"]]]], "]"]], "/;", RowBox[List[RowBox[List[RowBox[List["GCD", "[", RowBox[List["n", ",", "m"]], "]"]], "\[Equal]", "1"]], "&&", RowBox[List[RowBox[List["GCD", "[", RowBox[List["n", ",", "k"]], "]"]], "\[Equal]", "1"]], "&&", RowBox[List[FractionBox[RowBox[List["m", "-", "3"]], "2"], "\[Element]", "Integers"]], "&&", RowBox[List[FractionBox[RowBox[List["m", "-", "3"]], "2"], "\[GreaterEqual]", "0"]], "&&", RowBox[List[FractionBox[RowBox[List["k", "-", "3"]], "2"], "\[Element]", "Integers"]], "&&", RowBox[List[FractionBox[RowBox[List["k", "-", "3"]], "2"], "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|