|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.06.27.0020.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mod[m, n] == m - n (IntegerPart[m/n] - 1) /;
Element[m/n, Reals] && m/n < 0 && !Element[m/n, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Mod", "[", RowBox[List["m", ",", "n"]], "]"]], "\[Equal]", RowBox[List["m", "-", RowBox[List["n", RowBox[List["(", RowBox[List[RowBox[List["IntegerPart", "[", FractionBox["m", "n"], "]"]], "-", "1"]], ")"]]]]]]]], "/;", 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"]], "]"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> m </mi> <mo> - </mo> <mrow> <mi> n </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> int </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> </mrow> <mo> /; </mo> <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> </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> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> n </ci> <apply> <plus /> <apply> <ci> int </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> </apply> <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> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Mod", "[", RowBox[List["m_", ",", "n_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["m", "-", RowBox[List["n", " ", RowBox[List["(", RowBox[List[RowBox[List["IntegerPart", "[", FractionBox["m", "n"], "]"]], "-", "1"]], ")"]]]]]], "/;", RowBox[List[RowBox[List[FractionBox["m", "n"], "\[Element]", "Reals"]], "&&", RowBox[List[FractionBox["m", "n"], "<", "0"]], "&&", RowBox[List["!", RowBox[List[FractionBox["m", "n"], "\[Element]", "Integers"]]]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|