|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.06.27.0030.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mod[m, n] == n (FractionalPart[m/n] + 1) /;
(Element[m/n, Reals] && m/n < 0 && !Element[m/n, Integers]) ||
(Re[m/n] < 0 && Im[m/n] > 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Mod", "[", RowBox[List["m", ",", "n"]], "]"]], "\[Equal]", RowBox[List["n", RowBox[List["(", RowBox[List[RowBox[List["FractionalPart", "[", FractionBox["m", "n"], "]"]], "+", "1"]], ")"]]]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[FractionBox["m", "n"], "\[Element]", "Reals"]], "\[And]", RowBox[List[FractionBox["m", "n"], "<", "0"]], "\[And]", RowBox[List["Not", "[", RowBox[List[FractionBox["m", "n"], "\[Element]", "Integers"]], "]"]]]], ")"]], "\[Or]", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["Re", "[", FractionBox["m", "n"], "]"]], "<", "0"]], "\[And]", RowBox[List[RowBox[List["Im", "[", FractionBox["m", "n"], "]"]], ">", "0"]]]], ")"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <semantics> <mrow> <mi> m </mi> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mi> n </mi> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <ci> FE`Conversion`Private`m </ci> <ci> $CellContext`n </ci> </apply> </annotation-xml> </semantics> <mo> ⩵ </mo> <mrow> <mi> n </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> frac </mi> <mo> ⁡ </mo> <mo> ( </mo> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> ) </mo> </mrow> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mrow> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> < </mo> <mn> 0 </mn> </mrow> <mo> ∧ </mo> <mrow> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> ∉ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[Integers]] </annotation> </semantics> </mrow> </mrow> <mo> ∨ </mo> <mrow> <mrow> <mrow> <mi> Re </mi> <mo> ⁡ </mo> <mo> ( </mo> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> ) </mo> </mrow> <mo> < </mo> <mn> 0 </mn> </mrow> <mo> ∧ </mo> <mrow> <mrow> <mi> Im </mi> <mo> ⁡ </mo> <mo> ( </mo> <mfrac> <mi> m </mi> <mi> n </mi> </mfrac> <mo> ) </mo> </mrow> <mo> > </mo> <mn> 0 </mn> </mrow> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <rem /> <ci> FE`Conversion`Private`m </ci> <ci> $CellContext`n </ci> </apply> <apply> <times /> <ci> n </ci> <apply> <plus /> <apply> <ci> FractionalPart </ci> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <cn type='integer'> 1 </cn> </apply> </apply> </apply> <apply> <or /> <apply> <and /> <apply> <in /> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <reals /> </apply> <apply> <lt /> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <cn type='integer'> 0 </cn> </apply> <apply> <notin /> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <integers /> </apply> </apply> <apply> <and /> <apply> <lt /> <apply> <real /> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <cn type='integer'> 0 </cn> </apply> <apply> <gt /> <apply> <imaginary /> <apply> <times /> <ci> m </ci> <apply> <power /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <cn type='integer'> 0 </cn> </apply> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Mod", "[", RowBox[List["m_", ",", "n_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["n", " ", RowBox[List["(", RowBox[List[RowBox[List["FractionalPart", "[", FractionBox["m", "n"], "]"]], "+", "1"]], ")"]]]], "/;", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[FractionBox["m", "n"], "\[Element]", "Reals"]], "&&", RowBox[List[FractionBox["m", "n"], "<", "0"]], "&&", RowBox[List["!", RowBox[List[FractionBox["m", "n"], "\[Element]", "Integers"]]]]]], ")"]], "||", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["Re", "[", FractionBox["m", "n"], "]"]], "<", "0"]], "&&", RowBox[List[RowBox[List["Im", "[", FractionBox["m", "n"], "]"]], ">", "0"]]]], ")"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|