|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.08.16.0003.02
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GCD[p Subscript[n, 1], p Subscript[n, 2], \[Ellipsis], p Subscript[n, m]] ==
p GCD[Subscript[n, 1], Subscript[n, 2], \[Ellipsis], Subscript[n, m]] /;
Element[p, Integers] && p >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["GCD", "[", RowBox[List[RowBox[List["p", " ", SubscriptBox["n", "1"]]], ",", RowBox[List["p", " ", SubscriptBox["n", "2"]]], ",", "\[Ellipsis]", ",", RowBox[List["p", " ", SubscriptBox["n", "m"]]]]], "]"]], "\[Equal]", RowBox[List["p", " ", RowBox[List["GCD", "[", RowBox[List[SubscriptBox["n", "1"], ",", SubscriptBox["n", "2"], ",", "\[Ellipsis]", ",", SubscriptBox["n", "m"]]], "]"]]]]]], "/;", " ", RowBox[List[RowBox[List["p", "\[Element]", "Integers"]], "\[And]", RowBox[List["p", "\[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> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mrow> <mi> p </mi> <mo> ⁢ </mo> <msub> <mi> n </mi> <mn> 1 </mn> </msub> </mrow> <mo> , </mo> <mrow> <mi> p </mi> <mo> ⁢ </mo> <msub> <mi> n </mi> <mn> 2 </mn> </msub> </mrow> <mo> , </mo> <mo> … </mo> <mo> , </mo> <mrow> <mi> p </mi> <mo> ⁢ </mo> <msub> <mi> n </mi> <mi> m </mi> </msub> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <mi> p </mi> <mo> ⁢ </mo> <mrow> <mi> gcd </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <msub> <mi> n </mi> <mn> 1 </mn> </msub> <mo> , </mo> <msub> <mi> n </mi> <mn> 2 </mn> </msub> <mo> , </mo> <mo> … </mo> <mo> , </mo> <msub> <mi> n </mi> <mi> m </mi> </msub> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> p </mi> <mo> ∈ </mo> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <gcd /> <apply> <times /> <ci> p </ci> <apply> <ci> Subscript </ci> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <times /> <ci> p </ci> <apply> <ci> Subscript </ci> <ci> n </ci> <cn type='integer'> 2 </cn> </apply> </apply> <ci> … </ci> <apply> <times /> <ci> p </ci> <apply> <ci> Subscript </ci> <ci> n </ci> <ci> m </ci> </apply> </apply> </apply> <apply> <times /> <ci> p </ci> <apply> <gcd /> <apply> <ci> Subscript </ci> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <apply> <ci> Subscript </ci> <ci> n </ci> <cn type='integer'> 2 </cn> </apply> <ci> … </ci> <apply> <ci> Subscript </ci> <ci> n </ci> <ci> m </ci> </apply> </apply> </apply> </apply> <apply> <in /> <ci> p </ci> <integers /> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["GCD", "[", RowBox[List[RowBox[List["p_", " ", SubscriptBox["n_", "1"]]], ",", RowBox[List["p_", " ", SubscriptBox["n_", "2"]]], ",", "\[Ellipsis]_", ",", RowBox[List["p_", " ", SubscriptBox["n_", "m_"]]]]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["p", " ", RowBox[List["GCD", "[", RowBox[List[SubscriptBox["nn", "1"], ",", SubscriptBox["nn", "2"], ",", "\[Ellipsis]", ",", SubscriptBox["nn", "m"]]], "]"]]]], "/;", RowBox[List[RowBox[List["p", "\[Element]", "Integers"]], "&&", RowBox[List["p", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|